Html Css Color HEX #CAD332 Las Palmas

📋 copy color: '#CAD332'

red 202 ◦ green 211 ◦ blue 50

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

Shades of Las Palmas #CAD332

Tints of Las Palmas #CAD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 43.63%
G = 45.57%
B = 10.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CAD332 (or 0xCAD332) is known color: Las Palmas. HEX triplet: CA, D3 and 32. RGB value is (202,211,50). Sum of RGB (Red+Green+Blue) = 202+211+50=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD332 is #352CCD. Grayscale: #BEBEBE. Windows color (decimal): -3484878 or 3331018. OLE color: 3331018.

HSL color Cylindrical-coordinate representation of color #CAD332: hue angle of 63.35º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAD332 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 50 -
CMYK 0.04 0 0.76 0.17
HSL 63.35º 0.65% 0.51% -
HSV(B) 63.35º 0.76% 0.83% -
XYZ 48.23 59.38 11.94 -
YUV 189.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 202 211 50 0.04 0 0.76 0.17 63.35 0.65 0.51
Hex CA D3 32 4 0 4C 11 3F 41 33
Octal 312 323 62 4 0 114 21 77 101 63
Binary 11001010 11010011 110010 100 0 1001100 10001 111111 1000001 110011

Color Harmonies of #CAD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD332

Black with #CAD332

Text Example


Text Example

White with #CAD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD332; }

 p { color: rgb(202,211,50); }

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

background-color css

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

 a { background-color: rgb(202,211,50); }

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

border-color css

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

 span { border-color: rgb(202,211,50); }

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