Html Css Color HEX #CADD4E Las Palmas

📋 copy color: '#CADD4E'

red 202 ◦ green 221 ◦ blue 78

#CADD4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CADD4E

Tints of Las Palmas #CADD4E

RGB

 RED value IS 202 (79.3% 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 value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#CADD4E (or 0xCADD4E) is known color: 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

RGB 202 221 78 -
CMYK 0.09 0 0.65 0.13
HSL 67.97º 0.68% 0.59% -
HSV(B) 67.97º 0.65% 0.87% -
XYZ 51.59 64.82 17 -
YUV 199.02 59.71 130.13 -
System Red Green Blue C M Y K H S L
Decimal 202 221 78 0.09 0 0.65 0.13 67.97 0.68 0.59
Hex CA DD 4E 9 0 41 D 44 44 3B
Octal 312 335 116 11 0 101 15 104 104 73
Binary 11001010 11011101 1001110 1001 0 1000001 1101 1000100 1000100 111011

Color Harmonies of #CADD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD4E

Black with #CADD4E

Text Example


Text Example

White with #CADD4E

Text Example


Text Example

HTML Codes & Css Web 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>