Html Css Color HEX #96FF13 Spring Bud

📋 copy color: '#96FF13'

red 150 ◦ green 255 ◦ blue 19

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

Shades of Spring Bud #96FF13

Tints of Spring Bud #96FF13

RGB

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

 GREEN value IS 255 (100% from 255) = 60.14%

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 35.38%
G = 60.14%
B = 4.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#96FF13 (or 0x96FF13) is known color: Spring Bud. HEX triplet: 96, FF and 13. RGB value is (150,255,19). Sum of RGB (Red+Green+Blue) = 150+255+19=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF13 is #6900EC. Grayscale: #C5C5C5. Windows color (decimal): -6881517 or 1310614. OLE color: 1310614.

HSL color Cylindrical-coordinate representation of color #96FF13: hue angle of 86.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96FF13 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 19 -
CMYK 0.41 0 0.93 0
HSL 86.69º 1% 0.54% -
HSV(B) 86.69º 0.93% 1% -
XYZ 48.46 78.05 13.13 -
YUV 196.7 27.71 94.69 -
System Red Green Blue C M Y K H S L
Decimal 150 255 19 0.41 0 0.93 0 86.69 1 0.54
Hex 96 FF 13 29 0 5D 0 57 64 36
Octal 226 377 23 51 0 135 0 127 144 66
Binary 10010110 11111111 10011 101001 0 1011101 0 1010111 1100100 110110

Color Harmonies of #96FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF13

Black with #96FF13

Text Example


Text Example

White with #96FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,19); }

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

background-color css

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

 a { background-color: rgb(150,255,19); }

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

border-color css

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

 span { border-color: rgb(150,255,19); }

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