Html Css Color HEX #96FD04 Spring Bud

📋 copy color: '#96FD04'

red 150 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #96FD04

Tints of Spring Bud #96FD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 62.16%

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 36.86%
G = 62.16%
B = 0.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#96FD04 (or 0x96FD04) is known color: Spring Bud. HEX triplet: 96, FD and 04. RGB value is (150,253,4). Sum of RGB (Red+Green+Blue) = 150+253+4=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FD04 is #6902FB. Grayscale: #C2C2C2. Windows color (decimal): -6882044 or 327062. OLE color: 327062.

HSL color Cylindrical-coordinate representation of color #96FD04: hue angle of 84.82º 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 #96FD04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 4 -
CMYK 0.41 0 0.98 0.01
HSL 84.82º 0.98% 0.5% -
HSV(B) 84.82º 0.98% 0.99% -
XYZ 47.72 76.74 12.41 -
YUV 193.82 20.88 96.75 -
System Red Green Blue C M Y K H S L
Decimal 150 253 4 0.41 0 0.98 0.01 84.82 0.98 0.5
Hex 96 FD 4 29 0 62 1 55 62 32
Octal 226 375 4 51 0 142 1 125 142 62
Binary 10010110 11111101 100 101001 0 1100010 1 1010101 1100010 110010

Color Harmonies of #96FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FD04

Black with #96FD04

Text Example


Text Example

White with #96FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,253,4); }

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

background-color css

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

 a { background-color: rgb(150,253,4); }

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

border-color css

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

 span { border-color: rgb(150,253,4); }

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