Html Css Color HEX #93FC5E Conifer

📋 copy color: '#93FC5E'

red 147 ◦ green 252 ◦ blue 94

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

Shades of Conifer #93FC5E

Tints of Conifer #93FC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 29.82%
G = 51.12%
B = 19.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#93FC5E (or 0x93FC5E) is known color: Conifer. HEX triplet: 93, FC and 5E. RGB value is (147,252,94). Sum of RGB (Red+Green+Blue) = 147+252+94=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #93FC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FC5E is #6C03A1. Grayscale: #CBCBCB. Windows color (decimal): -7078818 or 6225043. OLE color: 6225043.

HSL color Cylindrical-coordinate representation of color #93FC5E: hue angle of 99.87º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93FC5E is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 94 -
CMYK 0.42 0 0.63 0.01
HSL 99.87º 0.96% 0.68% -
HSV(B) 99.87º 0.63% 0.99% -
XYZ 48.86 76.63 22.81 -
YUV 202.59 66.71 88.35 -
System Red Green Blue C M Y K H S L
Decimal 147 252 94 0.42 0 0.63 0.01 99.87 0.96 0.68
Hex 93 FC 5E 2A 0 3F 1 64 60 44
Octal 223 374 136 52 0 77 1 144 140 104
Binary 10010011 11111100 1011110 101010 0 111111 1 1100100 1100000 1000100

Color Harmonies of #93FC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FC5E

Black with #93FC5E

Text Example


Text Example

White with #93FC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,252,94); }

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

background-color css

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

 a { background-color: rgb(147,252,94); }

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

border-color css

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

 span { border-color: rgb(147,252,94); }

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