#98DA61

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

Shades of Conifer #98DA61

Tints of Conifer #98DA61

Color information

#98DA61 (or 0x98DA61) is unknown color: approx Conifer. HEX triplet: 98, DA and 61. RGB value is (152,218,97). Sum of RGB (Red+Green+Blue) = 152+218+97=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA61 is #67259E. Grayscale: #B8B8B8. Windows color (decimal): -6759839 or 6412952. OLE color: 6412952.

HSL color Cylindrical-coordinate representation of color #98DA61: hue angle of 92.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98DA61 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB15221897-
CMYK0.3000.560.15
HSL92.73º62.05%61.76%-
HSV(B)92.73º55.5%85.49%-
XYZ40.1857.6820.33-
YUV184.4778.63104.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=32.55%
G=46.68%
B=20.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152218970.3000.560.1592.7362.0561.76
Hex98DA611E038F5d3e3e
Octal23033214136070171357676
Binary1001100011011010110000111110011100011111011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,97); }

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

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

 a { background-color: rgb(152,218,97); }

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

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

 span { border-color: rgb(152,218,97); }

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