#98D31C

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

Shades of Yellow Green #98D31C

Tints of Yellow Green #98D31C

Color information

#98D31C (or 0x98D31C) is unknown color: approx Yellow Green. HEX triplet: 98, D3 and 1C. RGB value is (152,211,28). Sum of RGB (Red+Green+Blue) = 152+211+28=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #98D31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D31C is #672CE3. Grayscale: #ADADAD. Windows color (decimal): -6761700 or 1889176. OLE color: 1889176.

HSL color Cylindrical-coordinate representation of color #98D31C: hue angle of 79.34º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98D31C is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB15221128-
CMYK0.2800.870.17
HSL79.34º76.57%46.86%-
HSV(B)79.34º86.73%82.75%-
XYZ36.4553.359.47-
YUV172.546.45113.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 211 (82.81% from 255) = 53.96%
BLUE value IS 28 (11.33% from 255) = 7.16%
R=38.87%
G=53.96%
B=7.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152211280.2800.870.1779.3476.5746.86
Hex98D31C1C057114f4d2f
Octal230323343401272111711557
Binary10011000110100111110011100010101111000110011111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,28); }

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

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

 a { background-color: rgb(152,211,28); }

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

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

 span { border-color: rgb(152,211,28); }

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