#98F75D

Color #98F75D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #98F75D

Tints of Conifer #98F75D

Color information

#98F75D (or 0x98F75D) is unknown color: approx Conifer. HEX triplet: 98, F7 and 5D. RGB value is (152,247,93). Sum of RGB (Red+Green+Blue) = 152+247+93=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #98F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F75D is #6708A2. Grayscale: #C9C9C9. Windows color (decimal): -6752419 or 6158232. OLE color: 6158232.

HSL color Cylindrical-coordinate representation of color #98F75D: hue angle of 97.01º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98F75D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB15224793-
CMYK0.3800.620.03
HSL97.01º90.59%66.67%-
HSV(B)97.01º62.35%96.86%-
XYZ48.1973.9922.1-
YUV201.0467.0393.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=30.89%
G=50.20%
B=18.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal152247930.3800.620.0397.0190.5966.67
Hex98F75D2603E3615b43
Octal230367135460763141133103
Binary10011000111101111011101100110011111011110000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F75D; }

 p { color: rgb(152,247,93); }

 H1.HeaderClassName
 {
   color: #98F75D;
 }
 .AnyTagClassName
 {
   color: #98F75D;
 }
</style>
background-color css

<style>
 a { background-color: #98F75D; }

 a { background-color: rgb(152,247,93); }

 div.DivClassName
 {
   background-color: #98F75D;
 }
 .BgClassName
 {
   background-color: #98F75D;
 }
</style>
border-color css

<style>
 span { border-color: #98F75D; }

 span { border-color: rgb(152,247,93); }

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