Html Css Color HEX #ADD21F Rio Grande

📋 copy color: '#ADD21F'

red 173 ◦ green 210 ◦ blue 31

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

Shades of Rio Grande #ADD21F

Tints of Rio Grande #ADD21F

RGB

 RED value IS 173 (67.97% from 255) = 41.79%

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 41.79%
G = 50.72%
B = 7.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ADD21F (or 0xADD21F) is known color: Rio Grande. HEX triplet: AD, D2 and 1F. RGB value is (173,210,31). Sum of RGB (Red+Green+Blue) = 173+210+31=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD21F is #522DE0. Grayscale: #B3B3B3. Windows color (decimal): -5385697 or 2085549. OLE color: 2085549.

HSL color Cylindrical-coordinate representation of color #ADD21F: hue angle of 72.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD21F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 31 -
CMYK 0.18 0 0.85 0.18
HSL 72.4º 0.74% 0.47% -
HSV(B) 72.4º 0.85% 0.82% -
XYZ 40.53 55.08 9.79 -
YUV 178.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 173 210 31 0.18 0 0.85 0.18 72.4 0.74 0.47
Hex AD D2 1F 12 0 55 12 48 4A 2F
Octal 255 322 37 22 0 125 22 110 112 57
Binary 10101101 11010010 11111 10010 0 1010101 10010 1001000 1001010 101111

Color Harmonies of #ADD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD21F

Black with #ADD21F

Text Example


Text Example

White with #ADD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD21F; }

 p { color: rgb(173,210,31); }

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

background-color css

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

 a { background-color: rgb(173,210,31); }

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

border-color css

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

 span { border-color: rgb(173,210,31); }

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