Html Css Color HEX #96EE00 Spring Bud

📋 copy color: '#96EE00'

red 150 ◦ green 238 ◦ blue 0

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

Shades of Spring Bud #96EE00

Tints of Spring Bud #96EE00

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.34%

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

R = 38.66%
G = 61.34%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#96EE00 (or 0x96EE00) is known color: Spring Bud. HEX triplet: 96, EE and 00. RGB value is (150,238,0). Sum of RGB (Red+Green+Blue) = 150+238+0=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EE00 is #6911FF. Grayscale: #B9B9B9. Windows color (decimal): -6885888 or 61078. OLE color: 61078.

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

Color convert

RGB 150 238 0 -
CMYK 0.37 0 1 0.07
HSL 82.18º 1% 0.47% -
HSV(B) 82.18º 1% 0.93% -
XYZ 43.15 67.63 10.78 -
YUV 184.56 23.85 103.35 -
System Red Green Blue C M Y K H S L
Decimal 150 238 0 0.37 0 1 0.07 82.18 1 0.47
Hex 96 EE 0 25 0 64 7 52 64 2F
Octal 226 356 0 45 0 144 7 122 144 57
Binary 10010110 11101110 0 100101 0 1100100 111 1010010 1100100 101111

Color Harmonies of #96EE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE00

Black with #96EE00

Text Example


Text Example

White with #96EE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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