Html Css Color HEX #AFF400 Spring Bud

📋 copy color: '#AFF400'

red 175 ◦ green 244 ◦ blue 0

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

Shades of Spring Bud #AFF400

Tints of Spring Bud #AFF400

RGB

 RED value IS 175 (68.75% from 255) = 41.77%

 GREEN value IS 244 (95.7% from 255) = 58.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.77%
G = 58.23%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#AFF400 (or 0xAFF400) is known color: Spring Bud. HEX triplet: AF, F4 and 00. RGB value is (175,244,0). Sum of RGB (Red+Green+Blue) = 175+244+0=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 244 (95.70% from 255 or 58.23% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF400 is #500BFF. Grayscale: #C4C4C4. Windows color (decimal): -5245952 or 62639. OLE color: 62639.

HSL color Cylindrical-coordinate representation of color #AFF400: hue angle of 76.97º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFF400 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 0 -
CMYK 0.28 0 1 0.04
HSL 76.97º 1% 0.48% -
HSV(B) 76.97º 1% 0.96% -
XYZ 50.03 73.82 11.61 -
YUV 195.55 17.64 113.34 -
System Red Green Blue C M Y K H S L
Decimal 175 244 0 0.28 0 1 0.04 76.97 1 0.48
Hex AF F4 0 1C 0 64 4 4D 64 30
Octal 257 364 0 34 0 144 4 115 144 60
Binary 10101111 11110100 0 11100 0 1100100 100 1001101 1100100 110000

Color Harmonies of #AFF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF400

Black with #AFF400

Text Example


Text Example

White with #AFF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF400; }

 p { color: rgb(175,244,0); }

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

background-color css

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

 a { background-color: rgb(175,244,0); }

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

border-color css

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

 span { border-color: rgb(175,244,0); }

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