Html Css Color HEX #96F712 Spring Bud

📋 copy color: '#96F712'

red 150 ◦ green 247 ◦ blue 18

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

Shades of Spring Bud #96F712

Tints of Spring Bud #96F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.52%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 36.14%
G = 59.52%
B = 4.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#96F712 (or 0x96F712) is known color: Spring Bud. HEX triplet: 96, F7 and 12. RGB value is (150,247,18). Sum of RGB (Red+Green+Blue) = 150+247+18=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #96F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F712 is #6908ED. Grayscale: #C0C0C0. Windows color (decimal): -6883566 or 1243030. OLE color: 1243030.

HSL color Cylindrical-coordinate representation of color #96F712: hue angle of 85.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96F712 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 18 -
CMYK 0.39 0 0.93 0.03
HSL 85.41º 0.93% 0.52% -
HSV(B) 85.41º 0.93% 0.97% -
XYZ 45.95 73.05 12.25 -
YUV 191.89 29.86 98.12 -
System Red Green Blue C M Y K H S L
Decimal 150 247 18 0.39 0 0.93 0.03 85.41 0.93 0.52
Hex 96 F7 12 27 0 5D 3 55 5D 34
Octal 226 367 22 47 0 135 3 125 135 64
Binary 10010110 11110111 10010 100111 0 1011101 11 1010101 1011101 110100

Color Harmonies of #96F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F712

Black with #96F712

Text Example


Text Example

White with #96F712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,18); }

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

background-color css

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

 a { background-color: rgb(150,247,18); }

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

border-color css

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

 span { border-color: rgb(150,247,18); }

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