#AFF505

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

Shades of Spring Bud #AFF505

Tints of Spring Bud #AFF505

Color information

#AFF505 (or 0xAFF505) is unknown color: approx Spring Bud. HEX triplet: AF, F5 and 05. RGB value is (175,245,5). Sum of RGB (Red+Green+Blue) = 175+245+5=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF505 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF505 is #500AFA. Grayscale: #C5C5C5. Windows color (decimal): -5245691 or 390575. OLE color: 390575.

HSL color Cylindrical-coordinate representation of color #AFF505: hue angle of 77.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF505 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB1752455-
CMYK0.2900.980.04
HSL77.5º96%49.02%-
HSV(B)77.5º97.96%96.08%-
XYZ50.3674.4311.86-
YUV196.7119.81112.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 245 (96.09% from 255) = 57.65%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=41.18%
G=57.65%
B=1.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17524550.2900.980.0477.59649.02
HexAFF551D06244e6031
Octal2573655350142411614061
Binary1010111111110101101111010110001010010011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF505; }

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

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

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

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

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

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

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

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