Html Css Color HEX #AFFF02 Spring Bud

📋 copy color: '#AFFF02'

red 175 ◦ green 255 ◦ blue 2

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

Shades of Spring Bud #AFFF02

Tints of Spring Bud #AFFF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 40.51%
G = 59.03%
B = 0.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#AFFF02 (or 0xAFFF02) is known color: Spring Bud. HEX triplet: AF, FF and 02. RGB value is (175,255,2). Sum of RGB (Red+Green+Blue) = 175+255+2=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF02 is #5000FD. Grayscale: #CBCBCB. Windows color (decimal): -5243134 or 196527. OLE color: 196527.

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

Color convert

RGB 175 255 2 -
CMYK 0.31 0 0.99 0
HSL 78.97º 1% 0.5% -
HSV(B) 78.97º 0.99% 1% -
XYZ 53.45 80.64 12.81 -
YUV 202.24 15 108.57 -
System Red Green Blue C M Y K H S L
Decimal 175 255 2 0.31 0 0.99 0 78.97 1 0.5
Hex AF FF 2 1F 0 63 0 4F 64 32
Octal 257 377 2 37 0 143 0 117 144 62
Binary 10101111 11111111 10 11111 0 1100011 0 1001111 1100100 110010

Color Harmonies of #AFFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF02

Black with #AFFF02

Text Example


Text Example

White with #AFFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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