#AFF80D

Color #AFF80D Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFF80D

Tints of Spring Bud #AFF80D

Color information

#AFF80D (or 0xAFF80D) is unknown color: approx Spring Bud. HEX triplet: AF, F8 and 0D. RGB value is (175,248,13). Sum of RGB (Red+Green+Blue) = 175+248+13=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF80D is #5007F2. Grayscale: #C8C8C8. Windows color (decimal): -5244915 or 915631. OLE color: 915631.

HSL color Cylindrical-coordinate representation of color #AFF80D: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF80D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB17524813-
CMYK0.2900.950.03
HSL78.64º94.38%51.18%-
HSV(B)78.64º94.76%97.25%-
XYZ51.3276.2812.4-
YUV199.3822.82110.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 248 (97.27% from 255) = 56.88%
BLUE value IS 13 (5.47% from 255) = 2.98%
R=40.14%
G=56.88%
B=2.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175248130.2900.950.0378.6494.3851.18
HexAFF8D1D05F34f5e33
Octal25737015350137311713663
Binary1010111111111000110111101010111111110011111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF80D; }

 p { color: rgb(175,248,13); }

 H1.HeaderClassName
 {
   color: #AFF80D;
 }
 .AnyTagClassName
 {
   color: #AFF80D;
 }
</style>
background-color css

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

 a { background-color: rgb(175,248,13); }

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

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

 span { border-color: rgb(175,248,13); }

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