Html Css Color HEX #96F710 Spring Bud

📋 copy color: '#96F710'

red 150 ◦ green 247 ◦ blue 16

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

Shades of Spring Bud #96F710

Tints of Spring Bud #96F710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 36.32%
G = 59.81%
B = 3.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#96F710 (or 0x96F710) is known color: Spring Bud. HEX triplet: 96, F7 and 10. RGB value is (150,247,16). Sum of RGB (Red+Green+Blue) = 150+247+16=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #96F710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F710 is #6908EF. Grayscale: #C0C0C0. Windows color (decimal): -6883568 or 1111958. OLE color: 1111958.

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

Color convert

RGB 150 247 16 -
CMYK 0.39 0 0.94 0.03
HSL 85.19º 0.94% 0.52% -
HSV(B) 85.19º 0.94% 0.97% -
XYZ 45.93 73.04 12.17 -
YUV 191.66 28.86 98.28 -
System Red Green Blue C M Y K H S L
Decimal 150 247 16 0.39 0 0.94 0.03 85.19 0.94 0.52
Hex 96 F7 10 27 0 5E 3 55 5E 34
Octal 226 367 20 47 0 136 3 125 136 64
Binary 10010110 11110111 10000 100111 0 1011110 11 1010101 1011110 110100

Color Harmonies of #96F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F710

Black with #96F710

Text Example


Text Example

White with #96F710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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