#AFF407

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

Shades of Spring Bud #AFF407

Tints of Spring Bud #AFF407

Color information

#AFF407 (or 0xAFF407) is unknown color: approx Spring Bud. HEX triplet: AF, F4 and 07. RGB value is (175,244,7). Sum of RGB (Red+Green+Blue) = 175+244+7=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF407 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF407 is #500BF8. Grayscale: #C5C5C5. Windows color (decimal): -5245945 or 521391. OLE color: 521391.

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

Color convert

RGB1752447-
CMYK0.2800.970.04
HSL77.47º94.42%49.22%-
HSV(B)77.47º97.13%95.69%-
XYZ50.0773.8311.81-
YUV196.3521.14112.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 244 (95.70% from 255) = 57.28%
BLUE value IS 7 (3.12% from 255) = 1.64%
R=41.08%
G=57.28%
B=1.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17524470.2800.970.0477.4794.4249.22
HexAFF471C06144d5e31
Octal2573647340141411513661
Binary1010111111110100111111000110000110010011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF407; }

 p { color: rgb(175,244,7); }

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

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

 a { background-color: rgb(175,244,7); }

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

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

 span { border-color: rgb(175,244,7); }

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