Html Css Color HEX #96E359 Conifer

📋 copy color: '#96E359'

red 150 ◦ green 227 ◦ blue 89

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

Shades of Conifer #96E359

Tints of Conifer #96E359

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.71%

 BLUE value IS 89 (35.16% from 255) = 19.1%

R = 32.19%
G = 48.71%
B = 19.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#96E359 (or 0x96E359) is known color: Conifer. HEX triplet: 96, E3 and 59. RGB value is (150,227,89). Sum of RGB (Red+Green+Blue) = 150+227+89=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #96E359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E359 is #691CA6. Grayscale: #BCBCBC. Windows color (decimal): -6888615 or 5890966. OLE color: 5890966.

HSL color Cylindrical-coordinate representation of color #96E359: hue angle of 93.48º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96E359 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 89 -
CMYK 0.34 0 0.61 0.11
HSL 93.48º 0.71% 0.62% -
HSV(B) 93.48º 0.61% 0.89% -
XYZ 41.85 62.14 19.24 -
YUV 188.25 71.99 100.72 -
System Red Green Blue C M Y K H S L
Decimal 150 227 89 0.34 0 0.61 0.11 93.48 0.71 0.62
Hex 96 E3 59 22 0 3D B 5D 47 3E
Octal 226 343 131 42 0 75 13 135 107 76
Binary 10010110 11100011 1011001 100010 0 111101 1011 1011101 1000111 111110

Color Harmonies of #96E359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E359

Black with #96E359

Text Example


Text Example

White with #96E359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,227,89); }

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

background-color css

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

 a { background-color: rgb(150,227,89); }

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

border-color css

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

 span { border-color: rgb(150,227,89); }

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