Html Css Color HEX #93F150 Conifer

📋 copy color: '#93F150'

red 147 ◦ green 241 ◦ blue 80

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

Shades of Conifer #93F150

Tints of Conifer #93F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.5%

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 31.41%
G = 51.5%
B = 17.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#93F150 (or 0x93F150) is known color: Conifer. HEX triplet: 93, F1 and 50. RGB value is (147,241,80). Sum of RGB (Red+Green+Blue) = 147+241+80=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #93F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F150 is #6C0EAF. Grayscale: #C3C3C3. Windows color (decimal): -7081648 or 5304723. OLE color: 5304723.

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

Color convert

RGB 147 241 80 -
CMYK 0.39 0 0.67 0.05
HSL 95.03º 0.85% 0.63% -
HSV(B) 95.03º 0.67% 0.95% -
XYZ 44.94 69.69 18.67 -
YUV 194.54 63.36 94.09 -
System Red Green Blue C M Y K H S L
Decimal 147 241 80 0.39 0 0.67 0.05 95.03 0.85 0.63
Hex 93 F1 50 27 0 43 5 5F 55 3F
Octal 223 361 120 47 0 103 5 137 125 77
Binary 10010011 11110001 1010000 100111 0 1000011 101 1011111 1010101 111111

Color Harmonies of #93F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F150

Black with #93F150

Text Example


Text Example

White with #93F150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,241,80); }

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

background-color css

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

 a { background-color: rgb(147,241,80); }

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

border-color css

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

 span { border-color: rgb(147,241,80); }

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