Html Css Color HEX #96F100 Spring Bud

📋 copy color: '#96F100'

red 150 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #96F100

Tints of Spring Bud #96F100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.36%
G = 61.64%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#96F100 (or 0x96F100) is known color: Spring Bud. HEX triplet: 96, F1 and 00. RGB value is (150,241,0). Sum of RGB (Red+Green+Blue) = 150+241+0=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #96F100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F100 is #690EFF. Grayscale: #BBBBBB. Windows color (decimal): -6885120 or 61846. OLE color: 61846.

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

Color convert

RGB 150 241 0 -
CMYK 0.38 0 1 0.05
HSL 82.66º 1% 0.47% -
HSV(B) 82.66º 1% 0.95% -
XYZ 44.03 69.39 11.07 -
YUV 186.32 22.85 102.1 -
System Red Green Blue C M Y K H S L
Decimal 150 241 0 0.38 0 1 0.05 82.66 1 0.47
Hex 96 F1 0 26 0 64 5 53 64 2F
Octal 226 361 0 46 0 144 5 123 144 57
Binary 10010110 11110001 0 100110 0 1100100 101 1010011 1100100 101111

Color Harmonies of #96F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F100

Black with #96F100

Text Example


Text Example

White with #96F100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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