Html Css Color HEX #ADFE05 Spring Bud

📋 copy color: '#ADFE05'

red 173 ◦ green 254 ◦ blue 5

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

Shades of Spring Bud #ADFE05

Tints of Spring Bud #ADFE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.8%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 40.05%
G = 58.8%
B = 1.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#ADFE05 (or 0xADFE05) is known color: Spring Bud. HEX triplet: AD, FE and 05. RGB value is (173,254,5). Sum of RGB (Red+Green+Blue) = 173+254+5=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE05 is #5201FA. Grayscale: #CACACA. Windows color (decimal): -5374459 or 392877. OLE color: 392877.

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

Color convert

RGB 173 254 5 -
CMYK 0.32 0 0.98 0.00
HSL 79.52º 0.99% 0.51% -
HSV(B) 79.52º 0.98% 1% -
XYZ 52.7 79.78 12.76 -
YUV 201.4 17.16 107.75 -
System Red Green Blue C M Y K H S L
Decimal 173 254 5 0.32 0 0.98 0.00 79.52 0.99 0.51
Hex AD FE 5 20 0 62 0 50 63 33
Octal 255 376 5 40 0 142 0 120 143 63
Binary 10101101 11111110 101 100000 0 1100010 0 1010000 1100011 110011

Color Harmonies of #ADFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE05

Black with #ADFE05

Text Example


Text Example

White with #ADFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE05; }

 p { color: rgb(173,254,5); }

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

background-color css

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

 a { background-color: rgb(173,254,5); }

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

border-color css

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

 span { border-color: rgb(173,254,5); }

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