Html Css Color HEX #96E803 Spring Bud

📋 copy color: '#96E803'

red 150 ◦ green 232 ◦ blue 3

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

Shades of Spring Bud #96E803

Tints of Spring Bud #96E803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 38.96%
G = 60.26%
B = 0.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#96E803 (or 0x96E803) is known color: Spring Bud. HEX triplet: 96, E8 and 03. RGB value is (150,232,3). Sum of RGB (Red+Green+Blue) = 150+232+3=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 232 (91.02% from 255 or 60.26% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 232 - color contains mainly: green. Hex color #96E803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E803 is #6917FC. Grayscale: #B6B6B6. Windows color (decimal): -6887421 or 256150. OLE color: 256150.

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

Color convert

RGB 150 232 3 -
CMYK 0.35 0 0.99 0.09
HSL 81.48º 0.97% 0.46% -
HSV(B) 81.48º 0.99% 0.91% -
XYZ 41.45 64.2 10.29 -
YUV 181.38 27.33 105.62 -
System Red Green Blue C M Y K H S L
Decimal 150 232 3 0.35 0 0.99 0.09 81.48 0.97 0.46
Hex 96 E8 3 23 0 63 9 51 61 2E
Octal 226 350 3 43 0 143 11 121 141 56
Binary 10010110 11101000 11 100011 0 1100011 1001 1010001 1100001 101110

Color Harmonies of #96E803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E803

Black with #96E803

Text Example


Text Example

White with #96E803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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