Html Css Color HEX #AFF201 Spring Bud

📋 copy color: '#AFF201'

red 175 ◦ green 242 ◦ blue 1

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

Shades of Spring Bud #AFF201

Tints of Spring Bud #AFF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.89%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 41.87%
G = 57.89%
B = 0.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#AFF201 (or 0xAFF201) is known color: Spring Bud. HEX triplet: AF, F2 and 01. RGB value is (175,242,1). Sum of RGB (Red+Green+Blue) = 175+242+1=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF201 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF201 is #500DFE. Grayscale: #C3C3C3. Windows color (decimal): -5246463 or 127663. OLE color: 127663.

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

Color convert

RGB 175 242 1 -
CMYK 0.28 0 1.00 0.05
HSL 76.68º 0.99% 0.48% -
HSV(B) 76.68º 1% 0.95% -
XYZ 49.44 72.62 11.44 -
YUV 194.49 18.8 114.1 -
System Red Green Blue C M Y K H S L
Decimal 175 242 1 0.28 0 1.00 0.05 76.68 0.99 0.48
Hex AF F2 1 1C 0 64 5 4D 63 30
Octal 257 362 1 34 0 144 5 115 143 60
Binary 10101111 11110010 1 11100 0 1100100 101 1001101 1100011 110000

Color Harmonies of #AFF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF201

Black with #AFF201

Text Example


Text Example

White with #AFF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF201; }

 p { color: rgb(175,242,1); }

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

background-color css

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

 a { background-color: rgb(175,242,1); }

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

border-color css

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

 span { border-color: rgb(175,242,1); }

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