Html Css Color HEX #CADE49 Las Palmas

📋 copy color: '#CADE49'

red 202 ◦ green 222 ◦ blue 73

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

Shades of Las Palmas #CADE49

Tints of Las Palmas #CADE49

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 73 (28.91% from 255) = 14.69%

R = 40.64%
G = 44.67%
B = 14.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CADE49 (or 0xCADE49) is known color: Las Palmas. HEX triplet: CA, DE and 49. RGB value is (202,222,73). Sum of RGB (Red+Green+Blue) = 202+222+73=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADE49 is #3521B6. Grayscale: #C7C7C7. Windows color (decimal): -3482039 or 4841162. OLE color: 4841162.

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

Color convert

RGB 202 222 73 -
CMYK 0.09 0 0.67 0.13
HSL 68.05º 0.69% 0.58% -
HSV(B) 68.05º 0.67% 0.87% -
XYZ 51.68 65.28 16.18 -
YUV 199.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 202 222 73 0.09 0 0.67 0.13 68.05 0.69 0.58
Hex CA DE 49 9 0 43 D 44 45 3A
Octal 312 336 111 11 0 103 15 104 105 72
Binary 11001010 11011110 1001001 1001 0 1000011 1101 1000100 1000101 111010

Color Harmonies of #CADE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE49

Black with #CADE49

Text Example


Text Example

White with #CADE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE49; }

 p { color: rgb(202,222,73); }

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

background-color css

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

 a { background-color: rgb(202,222,73); }

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

border-color css

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

 span { border-color: rgb(202,222,73); }

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