Html Css Color HEX #96FE05 Spring Bud

📋 copy color: '#96FE05'

red 150 ◦ green 254 ◦ blue 5

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

Shades of Spring Bud #96FE05

Tints of Spring Bud #96FE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 62.1%

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

R = 36.67%
G = 62.1%
B = 1.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#96FE05 (or 0x96FE05) is known color: Spring Bud. HEX triplet: 96, FE and 05. RGB value is (150,254,5). Sum of RGB (Red+Green+Blue) = 150+254+5=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 254 (99.61% from 255 or 62.10% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FE05 is #6901FA. Grayscale: #C3C3C3. Windows color (decimal): -6881787 or 392854. OLE color: 392854.

HSL color Cylindrical-coordinate representation of color #96FE05: hue angle of 85.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96FE05 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 5 -
CMYK 0.41 0 0.98 0.00
HSL 85.06º 0.99% 0.51% -
HSV(B) 85.06º 0.98% 1% -
XYZ 48.05 77.38 12.55 -
YUV 194.52 21.04 96.25 -
System Red Green Blue C M Y K H S L
Decimal 150 254 5 0.41 0 0.98 0.00 85.06 0.99 0.51
Hex 96 FE 5 29 0 62 0 55 63 33
Octal 226 376 5 51 0 142 0 125 143 63
Binary 10010110 11111110 101 101001 0 1100010 0 1010101 1100011 110011

Color Harmonies of #96FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE05

Black with #96FE05

Text Example


Text Example

White with #96FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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