Html Css Color HEX #96E95B Conifer

📋 copy color: '#96E95B'

red 150 ◦ green 233 ◦ blue 91

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

Shades of Conifer #96E95B

Tints of Conifer #96E95B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 31.65%
G = 49.16%
B = 19.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#96E95B (or 0x96E95B) is known color: Conifer. HEX triplet: 96, E9 and 5B. RGB value is (150,233,91). Sum of RGB (Red+Green+Blue) = 150+233+91=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #96E95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E95B is #6916A4. Grayscale: #C0C0C0. Windows color (decimal): -6887077 or 6023574. OLE color: 6023574.

HSL color Cylindrical-coordinate representation of color #96E95B: hue angle of 95.07º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96E95B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 91 -
CMYK 0.36 0 0.61 0.09
HSL 95.07º 0.76% 0.64% -
HSV(B) 95.07º 0.61% 0.91% -
XYZ 43.6 65.52 20.25 -
YUV 192 71 98.05 -
System Red Green Blue C M Y K H S L
Decimal 150 233 91 0.36 0 0.61 0.09 95.07 0.76 0.64
Hex 96 E9 5B 24 0 3D 9 5F 4C 40
Octal 226 351 133 44 0 75 11 137 114 100
Binary 10010110 11101001 1011011 100100 0 111101 1001 1011111 1001100 1000000

Color Harmonies of #96E95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E95B

Black with #96E95B

Text Example


Text Example

White with #96E95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,91); }

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

background-color css

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

 a { background-color: rgb(150,233,91); }

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

border-color css

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

 span { border-color: rgb(150,233,91); }

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