Html Css Color HEX #96E808 Spring Bud

📋 copy color: '#96E808'

red 150 ◦ green 232 ◦ blue 8

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

Shades of Spring Bud #96E808

Tints of Spring Bud #96E808

RGB

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

 GREEN value IS 232 (91.02% from 255) = 59.49%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 38.46%
G = 59.49%
B = 2.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#96E808 (or 0x96E808) is known color: Spring Bud. HEX triplet: 96, E8 and 08. RGB value is (150,232,8). Sum of RGB (Red+Green+Blue) = 150+232+8=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 232 (91.02% from 255 or 59.49% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 232 - color contains mainly: green. Hex color #96E808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E808 is #6917F7. Grayscale: #B6B6B6. Windows color (decimal): -6887416 or 583830. OLE color: 583830.

HSL color Cylindrical-coordinate representation of color #96E808: hue angle of 81.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96E808 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 8 -
CMYK 0.35 0 0.97 0.09
HSL 81.96º 0.93% 0.47% -
HSV(B) 81.96º 0.97% 0.91% -
XYZ 41.48 64.21 10.44 -
YUV 181.95 29.83 105.21 -
System Red Green Blue C M Y K H S L
Decimal 150 232 8 0.35 0 0.97 0.09 81.96 0.93 0.47
Hex 96 E8 8 23 0 61 9 52 5D 2F
Octal 226 350 10 43 0 141 11 122 135 57
Binary 10010110 11101000 1000 100011 0 1100001 1001 1010010 1011101 101111

Color Harmonies of #96E808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E808

Black with #96E808

Text Example


Text Example

White with #96E808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,8); }

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

background-color css

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

 a { background-color: rgb(150,232,8); }

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

border-color css

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

 span { border-color: rgb(150,232,8); }

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