Html Css Color HEX #AFF205 Spring Bud

📋 copy color: '#AFF205'

red 175 ◦ green 242 ◦ blue 5

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

Shades of Spring Bud #AFF205

Tints of Spring Bud #AFF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 41.47%
G = 57.35%
B = 1.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AFF205 (or 0xAFF205) is known color: Spring Bud. HEX triplet: AF, F2 and 05. RGB value is (175,242,5). Sum of RGB (Red+Green+Blue) = 175+242+5=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF205 is #500DFA. Grayscale: #C3C3C3. Windows color (decimal): -5246459 or 389807. OLE color: 389807.

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

Color convert

RGB 175 242 5 -
CMYK 0.28 0 0.98 0.05
HSL 76.96º 0.96% 0.48% -
HSV(B) 76.96º 0.98% 0.95% -
XYZ 49.46 72.63 11.56 -
YUV 194.95 20.8 113.77 -
System Red Green Blue C M Y K H S L
Decimal 175 242 5 0.28 0 0.98 0.05 76.96 0.96 0.48
Hex AF F2 5 1C 0 62 5 4D 60 30
Octal 257 362 5 34 0 142 5 115 140 60
Binary 10101111 11110010 101 11100 0 1100010 101 1001101 1100000 110000

Color Harmonies of #AFF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF205

Black with #AFF205

Text Example


Text Example

White with #AFF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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