#98D761

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

Shades of Conifer #98D761

Tints of Conifer #98D761

Color information

#98D761 (or 0x98D761) is unknown color: approx Conifer. HEX triplet: 98, D7 and 61. RGB value is (152,215,97). Sum of RGB (Red+Green+Blue) = 152+215+97=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #98D761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D761 is #67289E. Grayscale: #B7B7B7. Windows color (decimal): -6760607 or 6412184. OLE color: 6412184.

HSL color Cylindrical-coordinate representation of color #98D761: hue angle of 92.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98D761 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB15221597-
CMYK0.2900.550.16
HSL92.03º59.6%61.18%-
HSV(B)92.03º54.88%84.31%-
XYZ39.4156.1420.07-
YUV182.7179.63106.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=32.76%
G=46.34%
B=20.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152215970.2900.550.1692.0359.661.18
Hex98D7611D037105c3c3d
Octal23032714135067201347475
Binary10011000110101111100001111010110111100001011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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