#98E65D

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

Shades of Conifer #98E65D

Tints of Conifer #98E65D

Color information

#98E65D (or 0x98E65D) is unknown color: approx Conifer. HEX triplet: 98, E6 and 5D. RGB value is (152,230,93). Sum of RGB (Red+Green+Blue) = 152+230+93=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #98E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E65D is #6719A2. Grayscale: #BFBFBF. Windows color (decimal): -6756771 or 6153880. OLE color: 6153880.

HSL color Cylindrical-coordinate representation of color #98E65D: hue angle of 94.16º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98E65D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB15223093-
CMYK0.3400.600.10
HSL94.16º73.26%63.33%-
HSV(B)94.16º59.57%90.2%-
XYZ43.2264.0620.44-
YUV191.0672.66100.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=32%
G=48.42%
B=19.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152230930.3400.600.1094.1673.2663.33
Hex98E65D2203CA5e493f
Octal230346135420741213611177
Binary100110001110011010111011000100111100101010111101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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