Html Css Color HEX #ADFD07 Spring Bud

📋 copy color: '#ADFD07'

red 173 ◦ green 253 ◦ blue 7

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

Shades of Spring Bud #ADFD07

Tints of Spring Bud #ADFD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 39.95%
G = 58.43%
B = 1.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#ADFD07 (or 0xADFD07) is known color: Spring Bud. HEX triplet: AD, FD and 07. RGB value is (173,253,7). Sum of RGB (Red+Green+Blue) = 173+253+7=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD07 is #5202F8. Grayscale: #C9C9C9. Windows color (decimal): -5374713 or 523693. OLE color: 523693.

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

Color convert

RGB 173 253 7 -
CMYK 0.32 0 0.97 0.01
HSL 79.51º 0.98% 0.51% -
HSV(B) 79.51º 0.97% 0.99% -
XYZ 52.4 79.15 12.72 -
YUV 201.04 18.5 108 -
System Red Green Blue C M Y K H S L
Decimal 173 253 7 0.32 0 0.97 0.01 79.51 0.98 0.51
Hex AD FD 7 20 0 61 1 50 62 33
Octal 255 375 7 40 0 141 1 120 142 63
Binary 10101101 11111101 111 100000 0 1100001 1 1010000 1100010 110011

Color Harmonies of #ADFD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD07

Black with #ADFD07

Text Example


Text Example

White with #ADFD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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