Html Css Color HEX #ADFB02 Spring Bud

📋 copy color: '#ADFB02'

red 173 ◦ green 251 ◦ blue 2

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

Shades of Spring Bud #ADFB02

Tints of Spring Bud #ADFB02

RGB

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

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

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

R = 40.61%
G = 58.92%
B = 0.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#ADFB02 (or 0xADFB02) is known color: Spring Bud. HEX triplet: AD, FB and 02. RGB value is (173,251,2). Sum of RGB (Red+Green+Blue) = 173+251+2=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFB02 is #5204FD. Grayscale: #C8C8C8. Windows color (decimal): -5375230 or 195501. OLE color: 195501.

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

Color convert

RGB 173 251 2 -
CMYK 0.31 0 0.99 0.02
HSL 78.8º 0.98% 0.5% -
HSV(B) 78.8º 0.99% 0.98% -
XYZ 51.74 77.88 12.36 -
YUV 199.29 16.66 109.25 -
System Red Green Blue C M Y K H S L
Decimal 173 251 2 0.31 0 0.99 0.02 78.8 0.98 0.5
Hex AD FB 2 1F 0 63 2 4F 62 32
Octal 255 373 2 37 0 143 2 117 142 62
Binary 10101101 11111011 10 11111 0 1100011 10 1001111 1100010 110010

Color Harmonies of #ADFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFB02

Black with #ADFB02

Text Example


Text Example

White with #ADFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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