#CBEA4E

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

Shades of Las Palmas #CBEA4E

Tints of Las Palmas #CBEA4E

Color information

#CBEA4E (or 0xCBEA4E) is unknown color: approx Las Palmas. HEX triplet: CB, EA and 4E. RGB value is (203,234,78). Sum of RGB (Red+Green+Blue) = 203+234+78=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA4E is #3415B1. Grayscale: #CFCFCF. Windows color (decimal): -3413426 or 5171915. OLE color: 5171915.

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

Color convert

RGB20323478-
CMYK0.1300.670.08
HSL71.92º78.79%61.18%-
HSV(B)71.92º66.67%91.76%-
XYZ55.4372.0918.2-
YUV206.9555.23125.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 78 (30.86% from 255) = 15.15%
R=39.42%
G=45.44%
B=15.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203234780.1300.670.0871.9278.7961.18
HexCBEA4ED0438484f3d
Octal3133521161501031011011775
Binary11001011111010101001110110101000011100010010001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA4E; }

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

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

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

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

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

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

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

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