#98D530

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

Shades of Yellow Green #98D530

Tints of Yellow Green #98D530

Color information

#98D530 (or 0x98D530) is unknown color: approx Yellow Green. HEX triplet: 98, D5 and 30. RGB value is (152,213,48). Sum of RGB (Red+Green+Blue) = 152+213+48=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #98D530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D530 is #672ACF. Grayscale: #B0B0B0. Windows color (decimal): -6761168 or 3200408. OLE color: 3200408.

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

Color convert

RGB15221348-
CMYK0.2900.770.16
HSL82.18º66.27%51.18%-
HSV(B)82.18º77.46%83.53%-
XYZ37.2854.4811.35-
YUV175.9555.79110.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 213 (83.59% from 255) = 51.57%
BLUE value IS 48 (19.14% from 255) = 11.62%
R=36.80%
G=51.57%
B=11.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152213480.2900.770.1682.1866.2751.18
Hex98D5301D04D10524233
Octal230325603501152012210263
Binary100110001101010111000011101010011011000010100101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,48); }

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

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

 a { background-color: rgb(152,213,48); }

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

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

 span { border-color: rgb(152,213,48); }

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