Html Css Color HEX #96F119 Spring Bud

📋 copy color: '#96F119'

red 150 ◦ green 241 ◦ blue 25

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

Shades of Spring Bud #96F119

Tints of Spring Bud #96F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 36.06%
G = 57.93%
B = 6.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#96F119 (or 0x96F119) is known color: Spring Bud. HEX triplet: 96, F1 and 19. RGB value is (150,241,25). Sum of RGB (Red+Green+Blue) = 150+241+25=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #96F119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F119 is #690EE6. Grayscale: #BDBDBD. Windows color (decimal): -6885095 or 1700246. OLE color: 1700246.

HSL color Cylindrical-coordinate representation of color #96F119: hue angle of 85.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96F119 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 25 -
CMYK 0.38 0 0.90 0.05
HSL 85.28º 0.89% 0.52% -
HSV(B) 85.28º 0.9% 0.95% -
XYZ 44.21 69.46 12 -
YUV 189.17 35.35 100.06 -
System Red Green Blue C M Y K H S L
Decimal 150 241 25 0.38 0 0.90 0.05 85.28 0.89 0.52
Hex 96 F1 19 26 0 5A 5 55 59 34
Octal 226 361 31 46 0 132 5 125 131 64
Binary 10010110 11110001 11001 100110 0 1011010 101 1010101 1011001 110100

Color Harmonies of #96F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F119

Black with #96F119

Text Example


Text Example

White with #96F119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,25); }

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

background-color css

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

 a { background-color: rgb(150,241,25); }

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

border-color css

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

 span { border-color: rgb(150,241,25); }

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