Html Css Color HEX #96EA03 Spring Bud

📋 copy color: '#96EA03'

red 150 ◦ green 234 ◦ blue 3

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

Shades of Spring Bud #96EA03

Tints of Spring Bud #96EA03

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.47%

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

R = 38.76%
G = 60.47%
B = 0.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#96EA03 (or 0x96EA03) is known color: Spring Bud. HEX triplet: 96, EA and 03. RGB value is (150,234,3). Sum of RGB (Red+Green+Blue) = 150+234+3=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 234 (91.80% from 255 or 60.47% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EA03 is #6915FC. Grayscale: #B7B7B7. Windows color (decimal): -6886909 or 256662. OLE color: 256662.

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

Color convert

RGB 150 234 3 -
CMYK 0.36 0 0.99 0.08
HSL 81.82º 0.97% 0.46% -
HSV(B) 81.82º 0.99% 0.92% -
XYZ 42.02 65.34 10.48 -
YUV 182.55 26.67 104.78 -
System Red Green Blue C M Y K H S L
Decimal 150 234 3 0.36 0 0.99 0.08 81.82 0.97 0.46
Hex 96 EA 3 24 0 63 8 52 61 2E
Octal 226 352 3 44 0 143 10 122 141 56
Binary 10010110 11101010 11 100100 0 1100011 1000 1010010 1100001 101110

Color Harmonies of #96EA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA03

Black with #96EA03

Text Example


Text Example

White with #96EA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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