#CDE94C

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

Shades of Las Palmas #CDE94C

Tints of Las Palmas #CDE94C

Color information

#CDE94C (or 0xCDE94C) is unknown color: approx Las Palmas. HEX triplet: CD, E9 and 4C. RGB value is (205,233,76). Sum of RGB (Red+Green+Blue) = 205+233+76=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE94C is #3216B3. Grayscale: #CFCFCF. Windows color (decimal): -3282612 or 5040589. OLE color: 5040589.

HSL color Cylindrical-coordinate representation of color #CDE94C: hue angle of 70.7º 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 #CDE94C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB20523376-
CMYK0.1200.670.09
HSL70.7º78.11%60.59%-
HSV(B)70.7º67.38%91.37%-
XYZ55.6271.7817.76-
YUV206.7354.22126.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 76 (30.08% from 255) = 14.79%
R=39.88%
G=45.33%
B=14.79%

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
Decimal205233760.1200.670.0970.778.1160.59
HexCDE94CC0439474e3d
Octal3153511141401031110711675
Binary11001101111010011001100110001000011100110001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE94C; }

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

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

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

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

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

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

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

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