#CBEA49

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

Shades of Las Palmas #CBEA49

Tints of Las Palmas #CBEA49

Color information

#CBEA49 (or 0xCBEA49) is unknown color: approx Las Palmas. HEX triplet: CB, EA and 49. RGB value is (203,234,73). Sum of RGB (Red+Green+Blue) = 203+234+73=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEA49 is #3415B6. Grayscale: #CECECE. Windows color (decimal): -3413431 or 4844235. OLE color: 4844235.

HSL color Cylindrical-coordinate representation of color #CBEA49: hue angle of 71.55º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBEA49 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB20323473-
CMYK0.1300.690.08
HSL71.55º79.31%60.2%-
HSV(B)71.55º68.8%91.76%-
XYZ55.2572.0217.29-
YUV206.3852.73125.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=39.80%
G=45.88%
B=14.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203234730.1300.690.0871.5579.3160.2
HexCBEA49D0458484f3c
Octal3133521111501051011011774
Binary11001011111010101001001110101000101100010010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA49; }

 p { color: rgb(203,234,73); }

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

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

 a { background-color: rgb(203,234,73); }

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

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

 span { border-color: rgb(203,234,73); }

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