Html Css Color HEX #96FC05 Spring Bud

📋 copy color: '#96FC05'

red 150 ◦ green 252 ◦ blue 5

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

Shades of Spring Bud #96FC05

Tints of Spring Bud #96FC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 36.86%
G = 61.92%
B = 1.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#96FC05 (or 0x96FC05) is known color: Spring Bud. HEX triplet: 96, FC and 05. RGB value is (150,252,5). Sum of RGB (Red+Green+Blue) = 150+252+5=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC05 is #6903FA. Grayscale: #C2C2C2. Windows color (decimal): -6882299 or 392342. OLE color: 392342.

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

Color convert

RGB 150 252 5 -
CMYK 0.40 0 0.98 0.01
HSL 84.78º 0.98% 0.5% -
HSV(B) 84.78º 0.98% 0.99% -
XYZ 47.42 76.12 12.34 -
YUV 193.34 21.71 97.08 -
System Red Green Blue C M Y K H S L
Decimal 150 252 5 0.40 0 0.98 0.01 84.78 0.98 0.5
Hex 96 FC 5 28 0 62 1 55 62 32
Octal 226 374 5 50 0 142 1 125 142 62
Binary 10010110 11111100 101 101000 0 1100010 1 1010101 1100010 110010

Color Harmonies of #96FC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FC05

Black with #96FC05

Text Example


Text Example

White with #96FC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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