Html Css Color HEX #AFF202 Spring Bud

📋 copy color: '#AFF202'

red 175 ◦ green 242 ◦ blue 2

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

Shades of Spring Bud #AFF202

Tints of Spring Bud #AFF202

RGB

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

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

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

R = 41.77%
G = 57.76%
B = 0.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#AFF202 (or 0xAFF202) is known color: Spring Bud. HEX triplet: AF, F2 and 02. RGB value is (175,242,2). Sum of RGB (Red+Green+Blue) = 175+242+2=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF202 is #500DFD. Grayscale: #C3C3C3. Windows color (decimal): -5246462 or 193199. OLE color: 193199.

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

Color convert

RGB 175 242 2 -
CMYK 0.28 0 0.99 0.05
HSL 76.75º 0.98% 0.48% -
HSV(B) 76.75º 0.99% 0.95% -
XYZ 49.44 72.62 11.47 -
YUV 194.61 19.3 114.01 -
System Red Green Blue C M Y K H S L
Decimal 175 242 2 0.28 0 0.99 0.05 76.75 0.98 0.48
Hex AF F2 2 1C 0 63 5 4D 62 30
Octal 257 362 2 34 0 143 5 115 142 60
Binary 10101111 11110010 10 11100 0 1100011 101 1001101 1100010 110000

Color Harmonies of #AFF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF202

Black with #AFF202

Text Example


Text Example

White with #AFF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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