#CEE94C

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

Shades of Las Palmas #CEE94C

Tints of Las Palmas #CEE94C

Color information

#CEE94C (or 0xCEE94C) is unknown color: approx Las Palmas. HEX triplet: CE, E9 and 4C. RGB value is (206,233,76). Sum of RGB (Red+Green+Blue) = 206+233+76=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE94C is #3116B3. Grayscale: #CFCFCF. Windows color (decimal): -3217076 or 5040590. OLE color: 5040590.

HSL color Cylindrical-coordinate representation of color #CEE94C: hue angle of 70.32º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEE94C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB20623376-
CMYK0.1200.670.09
HSL70.32º78.11%60.59%-
HSV(B)70.32º67.38%91.37%-
XYZ55.971.9217.77-
YUV207.0354.05127.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 233 (91.41% from 255) = 45.24%
BLUE value IS 76 (30.08% from 255) = 14.76%
R=40%
G=45.24%
B=14.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206233760.1200.670.0970.3278.1160.59
HexCEE94CC0439464e3d
Octal3163511141401031110611675
Binary11001110111010011001100110001000011100110001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE94C; }

 p { color: rgb(206,233,76); }

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

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

 a { background-color: rgb(206,233,76); }

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

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

 span { border-color: rgb(206,233,76); }

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