Html Css Color HEX #AFFF04 Spring Bud

📋 copy color: '#AFFF04'

red 175 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #AFFF04

Tints of Spring Bud #AFFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 58.76%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 40.32%
G = 58.76%
B = 0.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#AFFF04 (or 0xAFFF04) is known color: Spring Bud. HEX triplet: AF, FF and 04. RGB value is (175,255,4). Sum of RGB (Red+Green+Blue) = 175+255+4=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF04 is #5000FB. Grayscale: #CBCBCB. Windows color (decimal): -5243132 or 327599. OLE color: 327599.

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

Color convert

RGB 175 255 4 -
CMYK 0.31 0 0.98 0
HSL 79.12º 1% 0.51% -
HSV(B) 79.12º 0.98% 1% -
XYZ 53.46 80.64 12.86 -
YUV 202.47 16 108.41 -
System Red Green Blue C M Y K H S L
Decimal 175 255 4 0.31 0 0.98 0 79.12 1 0.51
Hex AF FF 4 1F 0 62 0 4F 64 33
Octal 257 377 4 37 0 142 0 117 144 63
Binary 10101111 11111111 100 11111 0 1100010 0 1001111 1100100 110011

Color Harmonies of #AFFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF04

Black with #AFFF04

Text Example


Text Example

White with #AFFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF04; }

 p { color: rgb(175,255,4); }

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

background-color css

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

 a { background-color: rgb(175,255,4); }

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

border-color css

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

 span { border-color: rgb(175,255,4); }

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