Html Css Color HEX #96E95F Conifer

📋 copy color: '#96E95F'

red 150 ◦ green 233 ◦ blue 95

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

Shades of Conifer #96E95F

Tints of Conifer #96E95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 31.38%
G = 48.74%
B = 19.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#96E95F (or 0x96E95F) is known color: Conifer. HEX triplet: 96, E9 and 5F. RGB value is (150,233,95). Sum of RGB (Red+Green+Blue) = 150+233+95=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #96E95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E95F is #6916A0. Grayscale: #C0C0C0. Windows color (decimal): -6887073 or 6285718. OLE color: 6285718.

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

Color convert

RGB 150 233 95 -
CMYK 0.36 0 0.59 0.09
HSL 96.09º 0.76% 0.64% -
HSV(B) 96.09º 0.59% 0.91% -
XYZ 43.78 65.59 21.18 -
YUV 192.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 150 233 95 0.36 0 0.59 0.09 96.09 0.76 0.64
Hex 96 E9 5F 24 0 3B 9 60 4C 40
Octal 226 351 137 44 0 73 11 140 114 100
Binary 10010110 11101001 1011111 100100 0 111011 1001 1100000 1001100 1000000

Color Harmonies of #96E95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E95F

Black with #96E95F

Text Example


Text Example

White with #96E95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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