Html Css Color HEX #CADC31 Las Palmas

📋 copy color: '#CADC31'

red 202 ◦ green 220 ◦ blue 49

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

Shades of Las Palmas #CADC31

Tints of Las Palmas #CADC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 42.89%
G = 46.71%
B = 10.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#CADC31 (or 0xCADC31) is known color: Las Palmas. HEX triplet: CA, DC and 31. RGB value is (202,220,49). Sum of RGB (Red+Green+Blue) = 202+220+49=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC31 is #3523CE. Grayscale: #C3C3C3. Windows color (decimal): -3482575 or 3267786. OLE color: 3267786.

HSL color Cylindrical-coordinate representation of color #CADC31: hue angle of 66.32º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CADC31 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 49 -
CMYK 0.08 0 0.78 0.14
HSL 66.32º 0.71% 0.53% -
HSV(B) 66.32º 0.78% 0.86% -
XYZ 50.5 63.96 12.59 -
YUV 195.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 202 220 49 0.08 0 0.78 0.14 66.32 0.71 0.53
Hex CA DC 31 8 0 4E E 42 47 35
Octal 312 334 61 10 0 116 16 102 107 65
Binary 11001010 11011100 110001 1000 0 1001110 1110 1000010 1000111 110101

Color Harmonies of #CADC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADC31

Black with #CADC31

Text Example


Text Example

White with #CADC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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