Html Css Color HEX #96F056 Conifer

📋 copy color: '#96F056'

red 150 ◦ green 240 ◦ blue 86

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

Shades of Conifer #96F056

Tints of Conifer #96F056

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 31.51%
G = 50.42%
B = 18.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#96F056 (or 0x96F056) is known color: Conifer. HEX triplet: 96, F0 and 56. RGB value is (150,240,86). Sum of RGB (Red+Green+Blue) = 150+240+86=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #96F056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F056 is #690FA9. Grayscale: #C4C4C4. Windows color (decimal): -6885290 or 5697686. OLE color: 5697686.

HSL color Cylindrical-coordinate representation of color #96F056: hue angle of 95.06º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96F056 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 86 -
CMYK 0.37 0 0.64 0.06
HSL 95.06º 0.84% 0.64% -
HSV(B) 95.06º 0.64% 0.94% -
XYZ 45.42 69.48 19.82 -
YUV 195.53 66.18 95.52 -
System Red Green Blue C M Y K H S L
Decimal 150 240 86 0.37 0 0.64 0.06 95.06 0.84 0.64
Hex 96 F0 56 25 0 40 6 5F 54 40
Octal 226 360 126 45 0 100 6 137 124 100
Binary 10010110 11110000 1010110 100101 0 1000000 110 1011111 1010100 1000000

Color Harmonies of #96F056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F056

Black with #96F056

Text Example


Text Example

White with #96F056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,240,86); }

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

background-color css

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

 a { background-color: rgb(150,240,86); }

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

border-color css

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

 span { border-color: rgb(150,240,86); }

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