#CBE14B

Color #CBE14B Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CBE14B

Tints of Las Palmas #CBE14B

Color information

#CBE14B (or 0xCBE14B) is unknown color: approx Las Palmas. HEX triplet: CB, E1 and 4B. RGB value is (203,225,75). Sum of RGB (Red+Green+Blue) = 203+225+75=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE14B is #341EB4. Grayscale: #C9C9C9. Windows color (decimal): -3415733 or 4973003. OLE color: 4973003.

HSL color Cylindrical-coordinate representation of color #CBE14B: hue angle of 68.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE14B is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB20322575-
CMYK0.1000.670.12
HSL68.8º71.43%58.82%-
HSV(B)68.8º66.67%88.24%-
XYZ52.8267.0516.82-
YUV201.3256.71129.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=40.36%
G=44.73%
B=14.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203225750.1000.670.1268.871.4358.82
HexCBE14BA043C45473b
Octal3133411131201031410510773
Binary11001011111000011001011101001000011110010001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE14B; }

 p { color: rgb(203,225,75); }

 H1.HeaderClassName
 {
   color: #CBE14B;
 }
 .AnyTagClassName
 {
   color: #CBE14B;
 }
</style>
background-color css

<style>
 a { background-color: #CBE14B; }

 a { background-color: rgb(203,225,75); }

 div.DivClassName
 {
   background-color: #CBE14B;
 }
 .BgClassName
 {
   background-color: #CBE14B;
 }
</style>
border-color css

<style>
 span { border-color: #CBE14B; }

 span { border-color: rgb(203,225,75); }

 td.TdClassName
 {
   border-color: #CBE14B;
 }
 .TagClassName
 {
   border-color: #CBE14B;
 }
</style>