#98D61C

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

Shades of Yellow Green #98D61C

Tints of Yellow Green #98D61C

Color information

#98D61C (or 0x98D61C) is unknown color: approx Yellow Green. HEX triplet: 98, D6 and 1C. RGB value is (152,214,28). Sum of RGB (Red+Green+Blue) = 152+214+28=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #98D61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D61C is #6729E3. Grayscale: #AEAEAE. Windows color (decimal): -6760932 or 1889944. OLE color: 1889944.

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

Color convert

RGB15221428-
CMYK0.2900.870.16
HSL80º76.86%47.45%-
HSV(B)80º86.92%83.92%-
XYZ37.2154.859.73-
YUV174.2645.46112.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 214 (83.98% from 255) = 54.31%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=38.58%
G=54.31%
B=7.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152214280.2900.870.168076.8647.45
Hex98D61C1D05710504d2f
Octal230326343501272012011557
Binary10011000110101101110011101010101111000010100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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