Html Css Color HEX #96F911 Spring Bud

📋 copy color: '#96F911'

red 150 ◦ green 249 ◦ blue 17

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

Shades of Spring Bud #96F911

Tints of Spring Bud #96F911

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.86%

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

R = 36.06%
G = 59.86%
B = 4.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#96F911 (or 0x96F911) is known color: Spring Bud. HEX triplet: 96, F9 and 11. RGB value is (150,249,17). Sum of RGB (Red+Green+Blue) = 150+249+17=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #96F911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F911 is #6906EE. Grayscale: #C1C1C1. Windows color (decimal): -6883055 or 1178006. OLE color: 1178006.

HSL color Cylindrical-coordinate representation of color #96F911: hue angle of 85.6º degrees, saturation: 0.95, 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 #96F911 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 17 -
CMYK 0.40 0 0.93 0.02
HSL 85.6º 0.95% 0.52% -
HSV(B) 85.6º 0.93% 0.98% -
XYZ 46.55 74.28 12.41 -
YUV 192.95 28.7 97.36 -
System Red Green Blue C M Y K H S L
Decimal 150 249 17 0.40 0 0.93 0.02 85.6 0.95 0.52
Hex 96 F9 11 28 0 5D 2 56 5F 34
Octal 226 371 21 50 0 135 2 126 137 64
Binary 10010110 11111001 10001 101000 0 1011101 10 1010110 1011111 110100

Color Harmonies of #96F911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F911

Black with #96F911

Text Example


Text Example

White with #96F911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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