#CDDE4E

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

Shades of Las Palmas #CDDE4E

Tints of Las Palmas #CDDE4E

Color information

#CDDE4E (or 0xCDDE4E) is unknown color: approx Las Palmas. HEX triplet: CD, DE and 4E. RGB value is (205,222,78). Sum of RGB (Red+Green+Blue) = 205+222+78=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE4E is #3221B1. Grayscale: #C9C9C9. Windows color (decimal): -3285426 or 5168845. OLE color: 5168845.

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

Color convert

RGB20522278-
CMYK0.0800.650.13
HSL67.08º68.57%58.82%-
HSV(B)67.08º64.86%87.06%-
XYZ52.6765.7717.13-
YUV200.558.87131.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 78 (30.86% from 255) = 15.45%
R=40.59%
G=43.96%
B=15.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205222780.0800.650.1367.0868.5758.82
HexCDDE4E8041D43453b
Octal3153361161001011510310573
Binary11001101110111101001110100001000001110110000111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE4E; }

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

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

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

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

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

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

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

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