Html Css Color HEX #96E900 Spring Bud

📋 copy color: '#96E900'

red 150 ◦ green 233 ◦ blue 0

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

Shades of Spring Bud #96E900

Tints of Spring Bud #96E900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.84%

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

R = 39.16%
G = 60.84%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#96E900 (or 0x96E900) is known color: Spring Bud. HEX triplet: 96, E9 and 00. RGB value is (150,233,0). Sum of RGB (Red+Green+Blue) = 150+233+0=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 233 (91.41% from 255 or 60.84% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 233 - color contains mainly: green. Hex color #96E900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E900 is #6916FF. Grayscale: #B6B6B6. Windows color (decimal): -6887168 or 59798. OLE color: 59798.

HSL color Cylindrical-coordinate representation of color #96E900: hue angle of 81.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96E900 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 0 -
CMYK 0.36 0 1 0.09
HSL 81.37º 1% 0.46% -
HSV(B) 81.37º 1% 0.91% -
XYZ 41.72 64.76 10.3 -
YUV 181.62 25.5 105.45 -
System Red Green Blue C M Y K H S L
Decimal 150 233 0 0.36 0 1 0.09 81.37 1 0.46
Hex 96 E9 0 24 0 64 9 51 64 2E
Octal 226 351 0 44 0 144 11 121 144 56
Binary 10010110 11101001 0 100100 0 1100100 1001 1010001 1100100 101110

Color Harmonies of #96E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E900

Black with #96E900

Text Example


Text Example

White with #96E900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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