#98DF62

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

Shades of Conifer #98DF62

Tints of Conifer #98DF62

Color information

#98DF62 (or 0x98DF62) is unknown color: approx Conifer. HEX triplet: 98, DF and 62. RGB value is (152,223,98). Sum of RGB (Red+Green+Blue) = 152+223+98=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF62 is #67209D. Grayscale: #BBBBBB. Windows color (decimal): -6758558 or 6479768. OLE color: 6479768.

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

Color convert

RGB15222398-
CMYK0.3200.560.13
HSL94.08º66.14%62.94%-
HSV(B)94.08º56.05%87.45%-
XYZ41.5460.3321.01-
YUV187.5277.48102.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=32.14%
G=47.15%
B=20.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152223980.3200.560.1394.0866.1462.94
Hex98DF6220038D5e423f
Octal230337142400701513610277
Binary100110001101111111000101000000111000110110111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,223,98); }

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

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

 a { background-color: rgb(152,223,98); }

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

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

 span { border-color: rgb(152,223,98); }

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