#98EA53

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

Shades of Conifer #98EA53

Tints of Conifer #98EA53

Color information

#98EA53 (or 0x98EA53) is unknown color: approx Conifer. HEX triplet: 98, EA and 53. RGB value is (152,234,83). Sum of RGB (Red+Green+Blue) = 152+234+83=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EA53 is #6715AC. Grayscale: #C0C0C0. Windows color (decimal): -6755757 or 5499544. OLE color: 5499544.

HSL color Cylindrical-coordinate representation of color #98EA53: hue angle of 92.58º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98EA53 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB15223483-
CMYK0.3500.650.08
HSL92.58º78.24%62.16%-
HSV(B)92.58º64.53%91.76%-
XYZ43.9366.1518.64-
YUV192.2766.3399.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=32.41%
G=49.89%
B=17.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152234830.3500.650.0892.5878.2462.16
Hex98EA532304185d4e3e
Octal2303521234301011013511676
Binary1001100011101010101001110001101000001100010111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,234,83); }

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

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

 a { background-color: rgb(152,234,83); }

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

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

 span { border-color: rgb(152,234,83); }

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