Html Css Color HEX #ADFD06 Spring Bud

📋 copy color: '#ADFD06'

red 173 ◦ green 253 ◦ blue 6

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

Shades of Spring Bud #ADFD06

Tints of Spring Bud #ADFD06

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.56%

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 40.05%
G = 58.56%
B = 1.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#ADFD06 (or 0xADFD06) is known color: Spring Bud. HEX triplet: AD, FD and 06. RGB value is (173,253,6). Sum of RGB (Red+Green+Blue) = 173+253+6=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD06 is #5202F9. Grayscale: #C9C9C9. Windows color (decimal): -5374714 or 458157. OLE color: 458157.

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

Color convert

RGB 173 253 6 -
CMYK 0.32 0 0.98 0.01
HSL 79.43º 0.98% 0.51% -
HSV(B) 79.43º 0.98% 0.99% -
XYZ 52.39 79.15 12.69 -
YUV 200.92 18 108.08 -
System Red Green Blue C M Y K H S L
Decimal 173 253 6 0.32 0 0.98 0.01 79.43 0.98 0.51
Hex AD FD 6 20 0 62 1 4F 62 33
Octal 255 375 6 40 0 142 1 117 142 63
Binary 10101101 11111101 110 100000 0 1100010 1 1001111 1100010 110011

Color Harmonies of #ADFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD06

Black with #ADFD06

Text Example


Text Example

White with #ADFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD06; }

 p { color: rgb(173,253,6); }

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

background-color css

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

 a { background-color: rgb(173,253,6); }

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

border-color css

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

 span { border-color: rgb(173,253,6); }

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