Html Css Color HEX #CAD901 La Rioja

📋 copy color: '#CAD901'

red 202 ◦ green 217 ◦ blue 1

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

Shades of La Rioja #CAD901

Tints of La Rioja #CAD901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.67%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 48.1%
G = 51.67%
B = 0.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CAD901 (or 0xCAD901) is known color: La Rioja. HEX triplet: CA, D9 and 01. RGB value is (202,217,1). Sum of RGB (Red+Green+Blue) = 202+217+1=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD901 is #3526FE. Grayscale: #BCBCBC. Windows color (decimal): -3483391 or 121290. OLE color: 121290.

HSL color Cylindrical-coordinate representation of color #CAD901: hue angle of 64.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAD901 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 1 -
CMYK 0.07 0 1.00 0.15
HSL 64.17º 0.99% 0.43% -
HSV(B) 64.17º 1% 0.85% -
XYZ 49.18 62.18 9.44 -
YUV 187.89 22.53 138.06 -
System Red Green Blue C M Y K H S L
Decimal 202 217 1 0.07 0 1.00 0.15 64.17 0.99 0.43
Hex CA D9 1 7 0 64 F 40 63 2B
Octal 312 331 1 7 0 144 17 100 143 53
Binary 11001010 11011001 1 111 0 1100100 1111 1000000 1100011 101011

Color Harmonies of #CAD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD901

Black with #CAD901

Text Example


Text Example

White with #CAD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD901; }

 p { color: rgb(202,217,1); }

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

background-color css

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

 a { background-color: rgb(202,217,1); }

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

border-color css

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

 span { border-color: rgb(202,217,1); }

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