#98DD54

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

Shades of Conifer #98DD54

Tints of Conifer #98DD54

Color information

#98DD54 (or 0x98DD54) is unknown color: approx Conifer. HEX triplet: 98, DD and 54. RGB value is (152,221,84). Sum of RGB (Red+Green+Blue) = 152+221+84=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD54 is #6722AB. Grayscale: #B9B9B9. Windows color (decimal): -6759084 or 5561752. OLE color: 5561752.

HSL color Cylindrical-coordinate representation of color #98DD54: hue angle of 90.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98DD54 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB15222184-
CMYK0.3100.620.13
HSL90.22º66.83%59.8%-
HSV(B)90.22º61.99%86.67%-
XYZ40.4159.0317.65-
YUV184.7571.14104.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=33.26%
G=48.36%
B=18.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221840.3100.620.1390.2266.8359.8
Hex98DD541F03ED5a433c
Octal230335124370761513210374
Binary10011000110111011010100111110111110110110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,84); }

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

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

 a { background-color: rgb(152,221,84); }

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

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

 span { border-color: rgb(152,221,84); }

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