Html Css Color HEX #AFFE02 Spring Bud

📋 copy color: '#AFFE02'

red 175 ◦ green 254 ◦ blue 2

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

Shades of Spring Bud #AFFE02

Tints of Spring Bud #AFFE02

RGB

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

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

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

R = 40.6%
G = 58.93%
B = 0.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#AFFE02 (or 0xAFFE02) is known color: Spring Bud. HEX triplet: AF, FE and 02. RGB value is (175,254,2). Sum of RGB (Red+Green+Blue) = 175+254+2=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 254 (99.61% from 255 or 58.93% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE02 is #5001FD. Grayscale: #CACACA. Windows color (decimal): -5243390 or 196271. OLE color: 196271.

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

Color convert

RGB 175 254 2 -
CMYK 0.31 0 0.99 0.00
HSL 78.81º 0.99% 0.5% -
HSV(B) 78.81º 0.99% 1% -
XYZ 53.13 80 12.7 -
YUV 201.65 15.33 108.99 -
System Red Green Blue C M Y K H S L
Decimal 175 254 2 0.31 0 0.99 0.00 78.81 0.99 0.5
Hex AF FE 2 1F 0 63 0 4F 63 32
Octal 257 376 2 37 0 143 0 117 143 62
Binary 10101111 11111110 10 11111 0 1100011 0 1001111 1100011 110010

Color Harmonies of #AFFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE02

Black with #AFFE02

Text Example


Text Example

White with #AFFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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