Html Css Color HEX #CADD31 Las Palmas

📋 copy color: '#CADD31'

red 202 ◦ green 221 ◦ blue 49

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

Shades of Las Palmas #CADD31

Tints of Las Palmas #CADD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.38%

R = 42.8%
G = 46.82%
B = 10.38%

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

#CADD31 (or 0xCADD31) is known color: Las Palmas. HEX triplet: CA, DD and 31. RGB value is (202,221,49). Sum of RGB (Red+Green+Blue) = 202+221+49=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD31 is #3522CE. Grayscale: #C4C4C4. Windows color (decimal): -3482319 or 3268042. OLE color: 3268042.

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

Color convert

RGB 202 221 49 -
CMYK 0.09 0 0.78 0.13
HSL 66.63º 0.72% 0.53% -
HSV(B) 66.63º 0.78% 0.87% -
XYZ 50.77 64.49 12.68 -
YUV 195.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 202 221 49 0.09 0 0.78 0.13 66.63 0.72 0.53
Hex CA DD 31 9 0 4E D 43 48 35
Octal 312 335 61 11 0 116 15 103 110 65
Binary 11001010 11011101 110001 1001 0 1001110 1101 1000011 1001000 110101

Color Harmonies of #CADD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD31

Black with #CADD31

Text Example


Text Example

White with #CADD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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