#98E552

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

Shades of Conifer #98E552

Tints of Conifer #98E552

Color information

#98E552 (or 0x98E552) is unknown color: approx Conifer. HEX triplet: 98, E5 and 52. RGB value is (152,229,82). Sum of RGB (Red+Green+Blue) = 152+229+82=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #98E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E552 is #671AAD. Grayscale: #BDBDBD. Windows color (decimal): -6757038 or 5432728. OLE color: 5432728.

HSL color Cylindrical-coordinate representation of color #98E552: hue angle of 91.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98E552 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB15222982-
CMYK0.3400.640.10
HSL91.43º73.87%60.98%-
HSV(B)91.43º64.19%89.8%-
XYZ42.4963.3217.97-
YUV189.2267.49101.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=32.83%
G=49.46%
B=17.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152229820.3400.640.1091.4373.8760.98
Hex98E55222040A5b4a3d
Octal2303451224201001213311275
Binary1001100011100101101001010001001000000101010110111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,82); }

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

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

 a { background-color: rgb(152,229,82); }

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

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

 span { border-color: rgb(152,229,82); }

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