#CDEE4E

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

Shades of Las Palmas #CDEE4E

Tints of Las Palmas #CDEE4E

Color information

#CDEE4E (or 0xCDEE4E) is unknown color: approx Las Palmas. HEX triplet: CD, EE and 4E. RGB value is (205,238,78). Sum of RGB (Red+Green+Blue) = 205+238+78=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE4E is #3211B1. Grayscale: #D2D2D2. Windows color (decimal): -3281330 or 5172941. OLE color: 5172941.

HSL color Cylindrical-coordinate representation of color #CDEE4E: hue angle of 72.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDEE4E is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB20523878-
CMYK0.1400.670.07
HSL72.38º82.47%61.96%-
HSV(B)72.38º67.23%93.33%-
XYZ57.1374.6818.61-
YUV209.8953.57124.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 78 (30.86% from 255) = 14.97%
R=39.35%
G=45.68%
B=14.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205238780.1400.670.0772.3882.4761.96
HexCDEE4EE043748523e
Octal315356116160103711012276
Binary1100110111101110100111011100100001111110010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE4E; }

 p { color: rgb(205,238,78); }

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

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

 a { background-color: rgb(205,238,78); }

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

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

 span { border-color: rgb(205,238,78); }

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