#CDE13C

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

Shades of Las Palmas #CDE13C

Tints of Las Palmas #CDE13C

Color information

#CDE13C (or 0xCDE13C) is unknown color: approx Las Palmas. HEX triplet: CD, E1 and 3C. RGB value is (205,225,60). Sum of RGB (Red+Green+Blue) = 205+225+60=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE13C is #321EC3. Grayscale: #C8C8C8. Windows color (decimal): -3284676 or 3989965. OLE color: 3989965.

HSL color Cylindrical-coordinate representation of color #CDE13C: hue angle of 67.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE13C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB20522560-
CMYK0.0900.730.12
HSL67.27º73.33%55.88%-
HSV(B)67.27º73.33%88.24%-
XYZ52.9267.1614.45-
YUV200.2148.87131.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 60 (23.83% from 255) = 12.24%
R=41.84%
G=45.92%
B=12.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205225600.0900.730.1267.2773.3355.88
HexCDE13C9049C434938
Octal315341741101111410311170
Binary1100110111100001111100100101001001110010000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE13C; }

 p { color: rgb(205,225,60); }

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

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

 a { background-color: rgb(205,225,60); }

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

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

 span { border-color: rgb(205,225,60); }

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