#98D201

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

Shades of Citrus #98D201

Tints of Citrus #98D201

Color information

#98D201 (or 0x98D201) is unknown color: approx Citrus. HEX triplet: 98, D2 and 01. RGB value is (152,210,1). Sum of RGB (Red+Green+Blue) = 152+210+1=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #98D201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D201 is #672DFE. Grayscale: #A9A9A9. Windows color (decimal): -6761983 or 119448. OLE color: 119448.

HSL color Cylindrical-coordinate representation of color #98D201: hue angle of 76.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98D201 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB1522101-
CMYK0.2801.000.18
HSL76.65º99.05%41.37%-
HSV(B)76.65º99.52%82.35%-
XYZ3652.778.32-
YUV168.8333.28115.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 210 (82.42% from 255) = 57.85%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=41.87%
G=57.85%
B=0.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15221010.2801.000.1876.6599.0541.37
Hex98D211C064124d6329
Octal23032213401442211514351
Binary1001100011010010111100011001001001010011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,1); }

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

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

 a { background-color: rgb(152,210,1); }

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

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

 span { border-color: rgb(152,210,1); }

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