#CADD4E

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

Shades of Las Palmas #CADD4E

Tints of Las Palmas #CADD4E

Color information

#CADD4E (or 0xCADD4E) is unknown color: approx Las Palmas. HEX triplet: CA, DD and 4E. RGB value is (202,221,78). Sum of RGB (Red+Green+Blue) = 202+221+78=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD4E is #3522B1. Grayscale: #C7C7C7. Windows color (decimal): -3482290 or 5168586. OLE color: 5168586.

HSL color Cylindrical-coordinate representation of color #CADD4E: hue angle of 67.97º degrees, saturation: 0.68, 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 #CADD4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB20222178-
CMYK0.0900.650.13
HSL67.97º67.77%58.63%-
HSV(B)67.97º64.71%86.67%-
XYZ51.5964.8217-
YUV199.0259.71130.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 78 (30.86% from 255) = 15.57%
R=40.32%
G=44.11%
B=15.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202221780.0900.650.1367.9767.7758.63
HexCADD4E9041D44443b
Octal3123351161101011510410473
Binary11001010110111011001110100101000001110110001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD4E; }

 p { color: rgb(202,221,78); }

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

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

 a { background-color: rgb(202,221,78); }

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

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

 span { border-color: rgb(202,221,78); }

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