Html Css Color HEX #93F25F Conifer

📋 copy color: '#93F25F'

red 147 ◦ green 242 ◦ blue 95

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

Shades of Conifer #93F25F

Tints of Conifer #93F25F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

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

R = 30.37%
G = 50%
B = 19.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#93F25F (or 0x93F25F) is known color: Conifer. HEX triplet: 93, F2 and 5F. RGB value is (147,242,95). Sum of RGB (Red+Green+Blue) = 147+242+95=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #93F25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F25F is #6C0DA0. Grayscale: #C5C5C5. Windows color (decimal): -7081377 or 6288019. OLE color: 6288019.

HSL color Cylindrical-coordinate representation of color #93F25F: hue angle of 98.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93F25F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 242 95 -
CMYK 0.39 0 0.61 0.05
HSL 98.78º 0.85% 0.66% -
HSV(B) 98.78º 0.61% 0.95% -
XYZ 45.85 70.53 22.02 -
YUV 196.84 70.53 92.45 -
System Red Green Blue C M Y K H S L
Decimal 147 242 95 0.39 0 0.61 0.05 98.78 0.85 0.66
Hex 93 F2 5F 27 0 3D 5 63 55 42
Octal 223 362 137 47 0 75 5 143 125 102
Binary 10010011 11110010 1011111 100111 0 111101 101 1100011 1010101 1000010

Color Harmonies of #93F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F25F

Black with #93F25F

Text Example


Text Example

White with #93F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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