Html Css Color HEX #CADE30 Las Palmas

📋 copy color: '#CADE30'

red 202 ◦ green 222 ◦ blue 48

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

Shades of Las Palmas #CADE30

Tints of Las Palmas #CADE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 42.8%
G = 47.03%
B = 10.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CADE30 (or 0xCADE30) is known color: Las Palmas. HEX triplet: CA, DE and 30. RGB value is (202,222,48). Sum of RGB (Red+Green+Blue) = 202+222+48=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADE30 is #3521CF. Grayscale: #C4C4C4. Windows color (decimal): -3482064 or 3202762. OLE color: 3202762.

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

Color convert

RGB 202 222 48 -
CMYK 0.09 0 0.78 0.13
HSL 66.9º 0.73% 0.53% -
HSV(B) 66.9º 0.78% 0.87% -
XYZ 51.01 65.01 12.66 -
YUV 196.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 202 222 48 0.09 0 0.78 0.13 66.9 0.73 0.53
Hex CA DE 30 9 0 4E D 43 48 35
Octal 312 336 60 11 0 116 15 103 110 65
Binary 11001010 11011110 110000 1001 0 1001110 1101 1000011 1001000 110101

Color Harmonies of #CADE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE30

Black with #CADE30

Text Example


Text Example

White with #CADE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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