Html Css Color HEX #96F802 Spring Bud

📋 copy color: '#96F802'

red 150 ◦ green 248 ◦ blue 2

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

Shades of Spring Bud #96F802

Tints of Spring Bud #96F802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 37.5%
G = 62%
B = 0.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#96F802 (or 0x96F802) is known color: Spring Bud. HEX triplet: 96, F8 and 02. RGB value is (150,248,2). Sum of RGB (Red+Green+Blue) = 150+248+2=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 248 (97.27% from 255 or 62% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 248 - color contains mainly: green. Hex color #96F802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F802 is #6907FD. Grayscale: #BFBFBF. Windows color (decimal): -6883326 or 194710. OLE color: 194710.

HSL color Cylindrical-coordinate representation of color #96F802: hue angle of 83.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96F802 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 2 -
CMYK 0.40 0 0.99 0.03
HSL 83.9º 0.98% 0.49% -
HSV(B) 83.9º 0.99% 0.97% -
XYZ 46.16 73.62 11.84 -
YUV 190.65 21.53 99 -
System Red Green Blue C M Y K H S L
Decimal 150 248 2 0.40 0 0.99 0.03 83.9 0.98 0.49
Hex 96 F8 2 28 0 63 3 54 62 31
Octal 226 370 2 50 0 143 3 124 142 61
Binary 10010110 11111000 10 101000 0 1100011 11 1010100 1100010 110001

Color Harmonies of #96F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F802

Black with #96F802

Text Example


Text Example

White with #96F802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,2); }

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

background-color css

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

 a { background-color: rgb(150,248,2); }

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

border-color css

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

 span { border-color: rgb(150,248,2); }

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