Html Css Color HEX #96FA11 Spring Bud

📋 copy color: '#96FA11'

red 150 ◦ green 250 ◦ blue 17

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

Shades of Spring Bud #96FA11

Tints of Spring Bud #96FA11

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.95%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 35.97%
G = 59.95%
B = 4.08%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#96FA11 (or 0x96FA11) is known color: Spring Bud. HEX triplet: 96, FA and 11. RGB value is (150,250,17). Sum of RGB (Red+Green+Blue) = 150+250+17=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FA11 is #6905EE. Grayscale: #C2C2C2. Windows color (decimal): -6882799 or 1178262. OLE color: 1178262.

HSL color Cylindrical-coordinate representation of color #96FA11: hue angle of 85.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96FA11 is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 17 -
CMYK 0.4 0 0.93 0.02
HSL 85.75º 0.96% 0.52% -
HSV(B) 85.75º 0.93% 0.98% -
XYZ 46.86 74.9 12.52 -
YUV 193.54 28.37 96.95 -
System Red Green Blue C M Y K H S L
Decimal 150 250 17 0.4 0 0.93 0.02 85.75 0.96 0.52
Hex 96 FA 11 28 0 5D 2 56 60 34
Octal 226 372 21 50 0 135 2 126 140 64
Binary 10010110 11111010 10001 101000 0 1011101 10 1010110 1100000 110100

Color Harmonies of #96FA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA11

Black with #96FA11

Text Example


Text Example

White with #96FA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,17); }

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

background-color css

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

 a { background-color: rgb(150,250,17); }

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

border-color css

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

 span { border-color: rgb(150,250,17); }

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