#98db54

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

Shades of Conifer #98DB54

Tints of Conifer #98DB54

Color information

#98DB54 (or 0x98DB54) is unknown color: approx Conifer. HEX triplet: 98, DB and 54. RGB value is (152,219,84). Sum of RGB (Red+Green+Blue) = 152+219+84=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB54 is #6724AB. Grayscale: #B8B8B8. Windows color (decimal): -6759596 or 5561240. OLE color: 5561240.

HSL color Cylindrical-coordinate representation of color #98DB54: hue angle of 89.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98DB54 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB15221984-
CMYK0.3100.620.14
HSL89.78º65.22%59.41%-
HSV(B)89.78º61.64%85.88%-
XYZ39.8857.9817.48-
YUV183.5871.8105.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=33.41%
G=48.13%
B=18.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152219840.3100.620.1489.7865.2259.41
Hex98DB541F03EE5a413b
Octal230333124370761613210173
Binary10011000110110111010100111110111110111010110101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98db54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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