Html Css Color HEX #96F707 Spring Bud

📋 copy color: '#96F707'

red 150 ◦ green 247 ◦ blue 7

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

Shades of Spring Bud #96F707

Tints of Spring Bud #96F707

RGB

 RED value IS 150 (58.98% from 255) = 37.13%

 GREEN value IS 247 (96.88% from 255) = 61.14%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 37.13%
G = 61.14%
B = 1.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#96F707 (or 0x96F707) is known color: Spring Bud. HEX triplet: 96, F7 and 07. RGB value is (150,247,7). Sum of RGB (Red+Green+Blue) = 150+247+7=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #96F707 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F707 is #6908F8. Grayscale: #BFBFBF. Windows color (decimal): -6883577 or 522134. OLE color: 522134.

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

Color convert

RGB 150 247 7 -
CMYK 0.39 0 0.97 0.03
HSL 84.25º 0.94% 0.5% -
HSV(B) 84.25º 0.97% 0.97% -
XYZ 45.88 73.02 11.88 -
YUV 190.64 24.36 99.01 -
System Red Green Blue C M Y K H S L
Decimal 150 247 7 0.39 0 0.97 0.03 84.25 0.94 0.5
Hex 96 F7 7 27 0 61 3 54 5E 32
Octal 226 367 7 47 0 141 3 124 136 62
Binary 10010110 11110111 111 100111 0 1100001 11 1010100 1011110 110010

Color Harmonies of #96F707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F707

Black with #96F707

Text Example


Text Example

White with #96F707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F707; }

 p { color: rgb(150,247,7); }

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

background-color css

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

 a { background-color: rgb(150,247,7); }

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

border-color css

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

 span { border-color: rgb(150,247,7); }

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