Html Css Color HEX #96FA03 Spring Bud

📋 copy color: '#96FA03'

red 150 ◦ green 250 ◦ blue 3

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

Shades of Spring Bud #96FA03

Tints of Spring Bud #96FA03

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.03%

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

R = 37.22%
G = 62.03%
B = 0.74%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#96FA03 (or 0x96FA03) is known color: Spring Bud. HEX triplet: 96, FA and 03. RGB value is (150,250,3). Sum of RGB (Red+Green+Blue) = 150+250+3=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FA03 is #6905FC. Grayscale: #C0C0C0. Windows color (decimal): -6882813 or 260758. OLE color: 260758.

HSL color Cylindrical-coordinate representation of color #96FA03: hue angle of 84.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96FA03 is Cyan = 0.4, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 3 -
CMYK 0.4 0 0.99 0.02
HSL 84.29º 0.98% 0.5% -
HSV(B) 84.29º 0.99% 0.98% -
XYZ 46.78 74.86 12.07 -
YUV 191.94 21.37 98.08 -
System Red Green Blue C M Y K H S L
Decimal 150 250 3 0.4 0 0.99 0.02 84.29 0.98 0.5
Hex 96 FA 3 28 0 63 2 54 62 32
Octal 226 372 3 50 0 143 2 124 142 62
Binary 10010110 11111010 11 101000 0 1100011 10 1010100 1100010 110010

Color Harmonies of #96FA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA03

Black with #96FA03

Text Example


Text Example

White with #96FA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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