Html Css Color HEX #96DA5D Conifer

📋 copy color: '#96DA5D'

red 150 ◦ green 218 ◦ blue 93

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

Shades of Conifer #96DA5D

Tints of Conifer #96DA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 32.54%
G = 47.29%
B = 20.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#96DA5D (or 0x96DA5D) is known color: Conifer. HEX triplet: 96, DA and 5D. RGB value is (150,218,93). Sum of RGB (Red+Green+Blue) = 150+218+93=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA5D is #6925A2. Grayscale: #B7B7B7. Windows color (decimal): -6890915 or 6150806. OLE color: 6150806.

HSL color Cylindrical-coordinate representation of color #96DA5D: hue angle of 92.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96DA5D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 93 -
CMYK 0.31 0 0.57 0.15
HSL 92.64º 0.63% 0.61% -
HSV(B) 92.64º 0.57% 0.85% -
XYZ 39.62 57.42 19.35 -
YUV 183.42 76.97 104.16 -
System Red Green Blue C M Y K H S L
Decimal 150 218 93 0.31 0 0.57 0.15 92.64 0.63 0.61
Hex 96 DA 5D 1F 0 39 F 5D 3F 3D
Octal 226 332 135 37 0 71 17 135 77 75
Binary 10010110 11011010 1011101 11111 0 111001 1111 1011101 111111 111101

Color Harmonies of #96DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA5D

Black with #96DA5D

Text Example


Text Example

White with #96DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,93); }

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

background-color css

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

 a { background-color: rgb(150,218,93); }

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

border-color css

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

 span { border-color: rgb(150,218,93); }

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