Html Css Color HEX #96FC02 Spring Bud

📋 copy color: '#96FC02'

red 150 ◦ green 252 ◦ blue 2

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

Shades of Spring Bud #96FC02

Tints of Spring Bud #96FC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.38%

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

R = 37.13%
G = 62.38%
B = 0.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#96FC02 (or 0x96FC02) is known color: Spring Bud. HEX triplet: 96, FC and 02. RGB value is (150,252,2). Sum of RGB (Red+Green+Blue) = 150+252+2=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC02 is #6903FD. Grayscale: #C1C1C1. Windows color (decimal): -6882302 or 195734. OLE color: 195734.

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

Color convert

RGB 150 252 2 -
CMYK 0.40 0 0.99 0.01
HSL 84.48º 0.98% 0.5% -
HSV(B) 84.48º 0.99% 0.99% -
XYZ 47.4 76.11 12.25 -
YUV 193 20.21 97.33 -
System Red Green Blue C M Y K H S L
Decimal 150 252 2 0.40 0 0.99 0.01 84.48 0.98 0.5
Hex 96 FC 2 28 0 63 1 54 62 32
Octal 226 374 2 50 0 143 1 124 142 62
Binary 10010110 11111100 10 101000 0 1100011 1 1010100 1100010 110010

Color Harmonies of #96FC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FC02

Black with #96FC02

Text Example


Text Example

White with #96FC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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