#98dd63

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

Shades of Conifer #98DD63

Tints of Conifer #98DD63

Color information

#98DD63 (or 0x98DD63) is unknown color: approx Conifer. HEX triplet: 98, DD and 63. RGB value is (152,221,99). Sum of RGB (Red+Green+Blue) = 152+221+99=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD63 is #67229C. Grayscale: #BABABA. Windows color (decimal): -6759069 or 6544792. OLE color: 6544792.

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

Color convert

RGB15222199-
CMYK0.3100.550.13
HSL93.93º64.21%62.75%-
HSV(B)93.93º55.2%86.67%-
XYZ41.0659.2921.08-
YUV186.4678.64103.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=32.20%
G=46.82%
B=20.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221990.3100.550.1393.9364.2162.75
Hex98DD631F037D5e403f
Octal230335143370671513610077
Binary10011000110111011100011111110110111110110111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98dd63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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