#98DA55

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

Shades of Conifer #98DA55

Tints of Conifer #98DA55

Color information

#98DA55 (or 0x98DA55) is unknown color: approx Conifer. HEX triplet: 98, DA and 55. RGB value is (152,218,85). Sum of RGB (Red+Green+Blue) = 152+218+85=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA55 is #6725AA. Grayscale: #B7B7B7. Windows color (decimal): -6759851 or 5626520. OLE color: 5626520.

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

Color convert

RGB15221885-
CMYK0.3000.610.15
HSL89.77º64.25%59.41%-
HSV(B)89.77º61.01%85.49%-
XYZ39.6657.4717.6-
YUV183.172.63105.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 218 (85.55% from 255) = 47.91%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=33.41%
G=47.91%
B=18.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152218850.3000.610.1589.7764.2559.41
Hex98DA551E03DF5a403b
Octal230332125360751713210073
Binary10011000110110101010101111100111101111110110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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