#98E75D

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

Shades of Conifer #98E75D

Tints of Conifer #98E75D

Color information

#98E75D (or 0x98E75D) is unknown color: approx Conifer. HEX triplet: 98, E7 and 5D. RGB value is (152,231,93). Sum of RGB (Red+Green+Blue) = 152+231+93=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #98E75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E75D is #6718A2. Grayscale: #C0C0C0. Windows color (decimal): -6756515 or 6154136. OLE color: 6154136.

HSL color Cylindrical-coordinate representation of color #98E75D: hue angle of 94.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98E75D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB15223193-
CMYK0.3400.600.09
HSL94.35º74.19%63.53%-
HSV(B)94.35º59.74%90.59%-
XYZ43.564.6220.54-
YUV191.6572.3399.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=31.93%
G=48.53%
B=19.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152231930.3400.600.0994.3574.1963.53
Hex98E75D2203C95e4a40
Octal2303471354207411136112100
Binary1001100011100111101110110001001111001001101111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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