Html Css Color HEX #96DC57 Conifer

📋 copy color: '#96DC57'

red 150 ◦ green 220 ◦ blue 87

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

Shades of Conifer #96DC57

Tints of Conifer #96DC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 87 (34.38% from 255) = 19.04%

R = 32.82%
G = 48.14%
B = 19.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#96DC57 (or 0x96DC57) is known color: Conifer. HEX triplet: 96, DC and 57. RGB value is (150,220,87). Sum of RGB (Red+Green+Blue) = 150+220+87=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC57 is #6923A8. Grayscale: #B8B8B8. Windows color (decimal): -6890409 or 5758102. OLE color: 5758102.

HSL color Cylindrical-coordinate representation of color #96DC57: hue angle of 91.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96DC57 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 87 -
CMYK 0.32 0 0.60 0.14
HSL 91.58º 0.66% 0.6% -
HSV(B) 91.58º 0.6% 0.86% -
XYZ 39.89 58.36 18.18 -
YUV 183.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 150 220 87 0.32 0 0.60 0.14 91.58 0.66 0.6
Hex 96 DC 57 20 0 3C E 5C 42 3C
Octal 226 334 127 40 0 74 16 134 102 74
Binary 10010110 11011100 1010111 100000 0 111100 1110 1011100 1000010 111100

Color Harmonies of #96DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC57

Black with #96DC57

Text Example


Text Example

White with #96DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,87); }

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

background-color css

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

 a { background-color: rgb(150,220,87); }

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

border-color css

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

 span { border-color: rgb(150,220,87); }

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