Html Css Color HEX #CAD502 La Rioja

📋 copy color: '#CAD502'

red 202 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #CAD502

Tints of La Rioja #CAD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.08%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 48.44%
G = 51.08%
B = 0.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CAD502 (or 0xCAD502) is known color: La Rioja. HEX triplet: CA, D5 and 02. RGB value is (202,213,2). Sum of RGB (Red+Green+Blue) = 202+213+2=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD502 is #352AFD. Grayscale: #BABABA. Windows color (decimal): -3484414 or 185802. OLE color: 185802.

HSL color Cylindrical-coordinate representation of color #CAD502: hue angle of 63.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAD502 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 2 -
CMYK 0.05 0 0.99 0.16
HSL 63.13º 0.98% 0.42% -
HSV(B) 63.13º 0.99% 0.84% -
XYZ 48.16 60.15 9.13 -
YUV 185.66 24.36 139.66 -
System Red Green Blue C M Y K H S L
Decimal 202 213 2 0.05 0 0.99 0.16 63.13 0.98 0.42
Hex CA D5 2 5 0 63 10 3F 62 2A
Octal 312 325 2 5 0 143 20 77 142 52
Binary 11001010 11010101 10 101 0 1100011 10000 111111 1100010 101010

Color Harmonies of #CAD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD502

Black with #CAD502

Text Example


Text Example

White with #CAD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD502; }

 p { color: rgb(202,213,2); }

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

background-color css

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

 a { background-color: rgb(202,213,2); }

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

border-color css

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

 span { border-color: rgb(202,213,2); }

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