Html Css Color HEX #CADD45 Las Palmas

📋 copy color: '#CADD45'

red 202 ◦ green 221 ◦ blue 69

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

Shades of Las Palmas #CADD45

Tints of Las Palmas #CADD45

RGB

 RED value IS 202 (79.3% from 255) = 41.06%

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 69 (27.34% from 255) = 14.02%

R = 41.06%
G = 44.92%
B = 14.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#CADD45 (or 0xCADD45) is known color: Las Palmas. HEX triplet: CA, DD and 45. RGB value is (202,221,69). Sum of RGB (Red+Green+Blue) = 202+221+69=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD45 is #3522BA. Grayscale: #C6C6C6. Windows color (decimal): -3482299 or 4578762. OLE color: 4578762.

HSL color Cylindrical-coordinate representation of color #CADD45: hue angle of 67.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CADD45 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 69 -
CMYK 0.09 0 0.69 0.13
HSL 67.5º 0.69% 0.57% -
HSV(B) 67.5º 0.69% 0.87% -
XYZ 51.29 64.7 15.42 -
YUV 197.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 202 221 69 0.09 0 0.69 0.13 67.5 0.69 0.57
Hex CA DD 45 9 0 45 D 44 45 39
Octal 312 335 105 11 0 105 15 104 105 71
Binary 11001010 11011101 1000101 1001 0 1000101 1101 1000100 1000101 111001

Color Harmonies of #CADD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD45

Black with #CADD45

Text Example


Text Example

White with #CADD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD45; }

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

 H1.HeaderClassName
 {
   color: #CADD45;
 }
 .AnyTagClassName
 {
   color: #CADD45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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