#9FF705

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

Shades of Spring Bud #9FF705

Tints of Spring Bud #9FF705

Color information

#9FF705 (or 0x9FF705) is unknown color: approx Spring Bud. HEX triplet: 9F, F7 and 05. RGB value is (159,247,5). Sum of RGB (Red+Green+Blue) = 159+247+5=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 247 (96.88% from 255 or 60.10% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF705 is #6008FA. Grayscale: #C1C1C1. Windows color (decimal): -6293755 or 391071. OLE color: 391071.

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

Color convert

RGB1592475-
CMYK0.3600.980.03
HSL81.82º96.03%49.41%-
HSV(B)81.82º97.98%96.86%-
XYZ47.5973.911.9-
YUV193.121.85103.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 247 (96.88% from 255) = 60.10%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=38.69%
G=60.10%
B=1.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15924750.3600.980.0381.8296.0349.41
Hex9FF75240623526031
Octal2373675440142312214061
Binary1001111111110111101100100011000101110100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF705; }

 p { color: rgb(159,247,5); }

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

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

 a { background-color: rgb(159,247,5); }

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

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

 span { border-color: rgb(159,247,5); }

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