#98FB5A

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

Shades of Conifer #98FB5A

Tints of Conifer #98FB5A

Color information

#98FB5A (or 0x98FB5A) is unknown color: approx Conifer. HEX triplet: 98, FB and 5A. RGB value is (152,251,90). Sum of RGB (Red+Green+Blue) = 152+251+90=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #98FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FB5A is #6704A5. Grayscale: #CBCBCB. Windows color (decimal): -6751398 or 5962648. OLE color: 5962648.

HSL color Cylindrical-coordinate representation of color #98FB5A: hue angle of 96.89º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98FB5A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB15225190-
CMYK0.3900.640.02
HSL96.89º95.27%66.86%-
HSV(B)96.89º64.14%98.43%-
XYZ49.2976.4121.82-
YUV203.0464.291.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 251 (98.44% from 255) = 50.91%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=30.83%
G=50.91%
B=18.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152251900.3900.640.0296.8995.2766.86
Hex98FB5A270402615f43
Octal2303731324701002141137103
Binary100110001111101110110101001110100000010110000110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,251,90); }

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

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

 a { background-color: rgb(152,251,90); }

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

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

 span { border-color: rgb(152,251,90); }

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