Html Css Color HEX #96E203 Spring Bud

📋 copy color: '#96E203'

red 150 ◦ green 226 ◦ blue 3

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

Shades of Spring Bud #96E203

Tints of Spring Bud #96E203

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.63%

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

R = 39.58%
G = 59.63%
B = 0.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#96E203 (or 0x96E203) is known color: Spring Bud. HEX triplet: 96, E2 and 03. RGB value is (150,226,3). Sum of RGB (Red+Green+Blue) = 150+226+3=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 226 (88.67% from 255 or 59.63% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 226 - color contains mainly: green. Hex color #96E203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E203 is #691DFC. Grayscale: #B2B2B2. Windows color (decimal): -6888957 or 254614. OLE color: 254614.

HSL color Cylindrical-coordinate representation of color #96E203: hue angle of 80.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96E203 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 226 3 -
CMYK 0.34 0 0.99 0.11
HSL 80.45º 0.97% 0.45% -
HSV(B) 80.45º 0.99% 0.89% -
XYZ 39.79 60.88 9.74 -
YUV 177.85 29.32 108.13 -
System Red Green Blue C M Y K H S L
Decimal 150 226 3 0.34 0 0.99 0.11 80.45 0.97 0.45
Hex 96 E2 3 22 0 63 B 50 61 2D
Octal 226 342 3 42 0 143 13 120 141 55
Binary 10010110 11100010 11 100010 0 1100011 1011 1010000 1100001 101101

Color Harmonies of #96E203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E203

Black with #96E203

Text Example


Text Example

White with #96E203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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