Html Css Color HEX #96F714 Spring Bud

📋 copy color: '#96F714'

red 150 ◦ green 247 ◦ blue 20

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

Shades of Spring Bud #96F714

Tints of Spring Bud #96F714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 35.97%
G = 59.23%
B = 4.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#96F714 (or 0x96F714) is known color: Spring Bud. HEX triplet: 96, F7 and 14. RGB value is (150,247,20). Sum of RGB (Red+Green+Blue) = 150+247+20=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #96F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F714 is #6908EB. Grayscale: #C0C0C0. Windows color (decimal): -6883564 or 1374102. OLE color: 1374102.

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

Color convert

RGB 150 247 20 -
CMYK 0.39 0 0.92 0.03
HSL 85.64º 0.93% 0.52% -
HSV(B) 85.64º 0.92% 0.97% -
XYZ 45.96 73.06 12.34 -
YUV 192.12 30.86 97.96 -
System Red Green Blue C M Y K H S L
Decimal 150 247 20 0.39 0 0.92 0.03 85.64 0.93 0.52
Hex 96 F7 14 27 0 5C 3 56 5D 34
Octal 226 367 24 47 0 134 3 126 135 64
Binary 10010110 11110111 10100 100111 0 1011100 11 1010110 1011101 110100

Color Harmonies of #96F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F714

Black with #96F714

Text Example


Text Example

White with #96F714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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