#98ED5D

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

Shades of Conifer #98ED5D

Tints of Conifer #98ED5D

Color information

#98ED5D (or 0x98ED5D) is unknown color: approx Conifer. HEX triplet: 98, ED and 5D. RGB value is (152,237,93). Sum of RGB (Red+Green+Blue) = 152+237+93=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED5D is #6712A2. Grayscale: #C3C3C3. Windows color (decimal): -6754979 or 6155672. OLE color: 6155672.

HSL color Cylindrical-coordinate representation of color #98ED5D: hue angle of 95.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98ED5D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB15223793-
CMYK0.3600.610.07
HSL95.42º80%64.71%-
HSV(B)95.42º60.76%92.94%-
XYZ45.2168.0321.11-
YUV195.1770.3497.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 237 (92.97% from 255) = 49.17%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=31.54%
G=49.17%
B=19.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152237930.3600.610.0795.428064.71
Hex98ED5D2403D75f5041
Octal230355135440757137120101
Binary100110001110110110111011001000111101111101111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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