#CDE24E

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

Shades of Las Palmas #CDE24E

Tints of Las Palmas #CDE24E

Color information

#CDE24E (or 0xCDE24E) is unknown color: approx Las Palmas. HEX triplet: CD, E2 and 4E. RGB value is (205,226,78). Sum of RGB (Red+Green+Blue) = 205+226+78=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE24E is #321DB1. Grayscale: #CBCBCB. Windows color (decimal): -3284402 or 5169869. OLE color: 5169869.

HSL color Cylindrical-coordinate representation of color #CDE24E: hue angle of 68.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDE24E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB20522678-
CMYK0.0900.650.11
HSL68.51º71.84%59.61%-
HSV(B)68.51º65.49%88.63%-
XYZ53.7567.9217.49-
YUV202.8557.54129.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 226 (88.67% from 255) = 44.40%
BLUE value IS 78 (30.86% from 255) = 15.32%
R=40.28%
G=44.40%
B=15.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205226780.0900.650.1168.5171.8459.61
HexCDE24E9041B45483c
Octal3153421161101011310511074
Binary11001101111000101001110100101000001101110001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE24E; }

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

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

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

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

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

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

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

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