#CDE143

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

Shades of Las Palmas #CDE143

Tints of Las Palmas #CDE143

Color information

#CDE143 (or 0xCDE143) is unknown color: approx Las Palmas. HEX triplet: CD, E1 and 43. RGB value is (205,225,67). Sum of RGB (Red+Green+Blue) = 205+225+67=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE143 is #321EBC. Grayscale: #C9C9C9. Windows color (decimal): -3284669 or 4448717. OLE color: 4448717.

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

Color convert

RGB20522567-
CMYK0.0900.700.12
HSL67.59º72.48%57.25%-
HSV(B)67.59º70.22%88.24%-
XYZ53.1267.2315.49-
YUV201.0152.37130.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 67 (26.56% from 255) = 13.48%
R=41.25%
G=45.27%
B=13.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205225670.0900.700.1267.5972.4857.25
HexCDE1439046C444839
Octal3153411031101061410411071
Binary11001101111000011000011100101000110110010001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE143; }

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

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

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

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

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

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

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

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