#98D02B

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

Shades of Yellow Green #98D02B

Tints of Yellow Green #98D02B

Color information

#98D02B (or 0x98D02B) is unknown color: approx Yellow Green. HEX triplet: 98, D0 and 2B. RGB value is (152,208,43). Sum of RGB (Red+Green+Blue) = 152+208+43=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #98D02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D02B is #672FD4. Grayscale: #ADADAD. Windows color (decimal): -6762453 or 2871448. OLE color: 2871448.

HSL color Cylindrical-coordinate representation of color #98D02B: hue angle of 80.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98D02B is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB15220843-
CMYK0.2700.790.18
HSL80.36º65.74%49.22%-
HSV(B)80.36º79.33%81.57%-
XYZ35.9451.9610.42-
YUV172.4554.95113.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 208 (81.64% from 255) = 51.61%
BLUE value IS 43 (17.19% from 255) = 10.67%
R=37.72%
G=51.61%
B=10.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152208430.2700.790.1880.3665.7449.22
Hex98D02B1B04F12504231
Octal230320533301172212010261
Binary100110001101000010101111011010011111001010100001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,43); }

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

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

 a { background-color: rgb(152,208,43); }

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

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

 span { border-color: rgb(152,208,43); }

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