Html Css Color HEX #96F811 Spring Bud

📋 copy color: '#96F811'

red 150 ◦ green 248 ◦ blue 17

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

Shades of Spring Bud #96F811

Tints of Spring Bud #96F811

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.76%

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

R = 36.14%
G = 59.76%
B = 4.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#96F811 (or 0x96F811) is known color: Spring Bud. HEX triplet: 96, F8 and 11. RGB value is (150,248,17). Sum of RGB (Red+Green+Blue) = 150+248+17=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #96F811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F811 is #6907EE. Grayscale: #C1C1C1. Windows color (decimal): -6883311 or 1177750. OLE color: 1177750.

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

Color convert

RGB 150 248 17 -
CMYK 0.40 0 0.93 0.03
HSL 85.45º 0.94% 0.52% -
HSV(B) 85.45º 0.93% 0.97% -
XYZ 46.25 73.66 12.31 -
YUV 192.36 29.03 97.78 -
System Red Green Blue C M Y K H S L
Decimal 150 248 17 0.40 0 0.93 0.03 85.45 0.94 0.52
Hex 96 F8 11 28 0 5D 3 55 5E 34
Octal 226 370 21 50 0 135 3 125 136 64
Binary 10010110 11111000 10001 101000 0 1011101 11 1010101 1011110 110100

Color Harmonies of #96F811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F811

Black with #96F811

Text Example


Text Example

White with #96F811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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