Html Css Color HEX #93E95F Conifer

📋 copy color: '#93E95F'

red 147 ◦ green 233 ◦ blue 95

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

Shades of Conifer #93E95F

Tints of Conifer #93E95F

RGB

 RED value IS 147 (57.81% from 255) = 30.95%

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

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

R = 30.95%
G = 49.05%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#93E95F (or 0x93E95F) is known color: Conifer. HEX triplet: 93, E9 and 5F. RGB value is (147,233,95). Sum of RGB (Red+Green+Blue) = 147+233+95=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #93E95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E95F is #6C16A0. Grayscale: #C0C0C0. Windows color (decimal): -7083681 or 6285715. OLE color: 6285715.

HSL color Cylindrical-coordinate representation of color #93E95F: hue angle of 97.39º 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 #93E95F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 233 95 -
CMYK 0.37 0 0.59 0.09
HSL 97.39º 0.76% 0.64% -
HSV(B) 97.39º 0.59% 0.91% -
XYZ 43.24 65.31 21.15 -
YUV 191.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 147 233 95 0.37 0 0.59 0.09 97.39 0.76 0.64
Hex 93 E9 5F 25 0 3B 9 61 4C 40
Octal 223 351 137 45 0 73 11 141 114 100
Binary 10010011 11101001 1011111 100101 0 111011 1001 1100001 1001100 1000000

Color Harmonies of #93E95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E95F

Black with #93E95F

Text Example


Text Example

White with #93E95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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