Html Css Color HEX #96FC00 Spring Bud

📋 copy color: '#96FC00'

red 150 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #96FC00

Tints of Spring Bud #96FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.31%
G = 62.69%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#96FC00 (or 0x96FC00) is known color: Spring Bud. HEX triplet: 96, FC and 00. RGB value is (150,252,0). Sum of RGB (Red+Green+Blue) = 150+252+0=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC00 is #6903FF. Grayscale: #C1C1C1. Windows color (decimal): -6882304 or 64662. OLE color: 64662.

HSL color Cylindrical-coordinate representation of color #96FC00: hue angle of 84.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96FC00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 0 -
CMYK 0.40 0 1 0.01
HSL 84.29º 1% 0.49% -
HSV(B) 84.29º 1% 0.99% -
XYZ 47.39 76.1 12.19 -
YUV 192.77 19.21 97.49 -
System Red Green Blue C M Y K H S L
Decimal 150 252 0 0.40 0 1 0.01 84.29 1 0.49
Hex 96 FC 0 28 0 64 1 54 64 31
Octal 226 374 0 50 0 144 1 124 144 61
Binary 10010110 11111100 0 101000 0 1100100 1 1010100 1100100 110001

Color Harmonies of #96FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FC00

Black with #96FC00

Text Example


Text Example

White with #96FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,0); }

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

background-color css

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

 a { background-color: rgb(150,252,0); }

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

border-color css

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

 span { border-color: rgb(150,252,0); }

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