Html Css Color HEX #ADFB32 Green Yellow

📋 copy color: '#ADFB32'

red 173 ◦ green 251 ◦ blue 50

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

Shades of Green Yellow #ADFB32

Tints of Green Yellow #ADFB32

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.95%

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

R = 36.5%
G = 52.95%
B = 10.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#ADFB32 (or 0xADFB32) is known color: Green Yellow. HEX triplet: AD, FB and 32. RGB value is (173,251,50). Sum of RGB (Red+Green+Blue) = 173+251+50=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFB32 is #5204CD. Grayscale: #CDCDCD. Windows color (decimal): -5375182 or 3341229. OLE color: 3341229.

HSL color Cylindrical-coordinate representation of color #ADFB32: hue angle of 83.28º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADFB32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 50 -
CMYK 0.31 0 0.80 0.02
HSL 83.28º 0.96% 0.59% -
HSV(B) 83.28º 0.8% 0.98% -
XYZ 52.31 78.11 15.34 -
YUV 204.76 40.66 105.34 -
System Red Green Blue C M Y K H S L
Decimal 173 251 50 0.31 0 0.80 0.02 83.28 0.96 0.59
Hex AD FB 32 1F 0 50 2 53 60 3B
Octal 255 373 62 37 0 120 2 123 140 73
Binary 10101101 11111011 110010 11111 0 1010000 10 1010011 1100000 111011

Color Harmonies of #ADFB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFB32

Black with #ADFB32

Text Example


Text Example

White with #ADFB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFB32; }

 p { color: rgb(173,251,50); }

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

background-color css

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

 a { background-color: rgb(173,251,50); }

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

border-color css

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

 span { border-color: rgb(173,251,50); }

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