Html Css Color HEX #96F35D Conifer

📋 copy color: '#96F35D'

red 150 ◦ green 243 ◦ blue 93

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

Shades of Conifer #96F35D

Tints of Conifer #96F35D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50%

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

R = 30.86%
G = 50%
B = 19.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#96F35D (or 0x96F35D) is known color: Conifer. HEX triplet: 96, F3 and 5D. RGB value is (150,243,93). Sum of RGB (Red+Green+Blue) = 150+243+93=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #96F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F35D is #690CA2. Grayscale: #C6C6C6. Windows color (decimal): -6884515 or 6157206. OLE color: 6157206.

HSL color Cylindrical-coordinate representation of color #96F35D: hue angle of 97.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96F35D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 93 -
CMYK 0.38 0 0.62 0.05
HSL 97.2º 0.86% 0.66% -
HSV(B) 97.2º 0.62% 0.95% -
XYZ 46.6 71.38 21.68 -
YUV 198.09 68.69 93.7 -
System Red Green Blue C M Y K H S L
Decimal 150 243 93 0.38 0 0.62 0.05 97.2 0.86 0.66
Hex 96 F3 5D 26 0 3E 5 61 56 42
Octal 226 363 135 46 0 76 5 141 126 102
Binary 10010110 11110011 1011101 100110 0 111110 101 1100001 1010110 1000010

Color Harmonies of #96F35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F35D

Black with #96F35D

Text Example


Text Example

White with #96F35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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