Html Css Color HEX #96ED56 Conifer

📋 copy color: '#96ED56'

red 150 ◦ green 237 ◦ blue 86

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

Shades of Conifer #96ED56

Tints of Conifer #96ED56

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.11%

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

R = 31.71%
G = 50.11%
B = 18.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#96ED56 (or 0x96ED56) is known color: Conifer. HEX triplet: 96, ED and 56. RGB value is (150,237,86). Sum of RGB (Red+Green+Blue) = 150+237+86=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED56 is #6912A9. Grayscale: #C2C2C2. Windows color (decimal): -6886058 or 5696918. OLE color: 5696918.

HSL color Cylindrical-coordinate representation of color #96ED56: hue angle of 94.57º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96ED56 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 86 -
CMYK 0.37 0 0.64 0.07
HSL 94.57º 0.81% 0.63% -
HSV(B) 94.57º 0.64% 0.93% -
XYZ 44.54 67.72 19.53 -
YUV 193.77 67.18 96.78 -
System Red Green Blue C M Y K H S L
Decimal 150 237 86 0.37 0 0.64 0.07 94.57 0.81 0.63
Hex 96 ED 56 25 0 40 7 5F 51 3F
Octal 226 355 126 45 0 100 7 137 121 77
Binary 10010110 11101101 1010110 100101 0 1000000 111 1011111 1010001 111111

Color Harmonies of #96ED56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED56

Black with #96ED56

Text Example


Text Example

White with #96ED56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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