#98C80D

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

Shades of Citrus #98C80D

Tints of Citrus #98C80D

Color information

#98C80D (or 0x98C80D) is unknown color: approx Citrus. HEX triplet: 98, C8 and 0D. RGB value is (152,200,13). Sum of RGB (Red+Green+Blue) = 152+200+13=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #98C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C80D is #6737F2. Grayscale: #A5A5A5. Windows color (decimal): -6764531 or 903320. OLE color: 903320.

HSL color Cylindrical-coordinate representation of color #98C80D: hue angle of 75.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98C80D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB15220013-
CMYK0.2400.940.22
HSL75.4º87.79%41.76%-
HSV(B)75.4º93.5%78.43%-
XYZ33.6848.017.87-
YUV164.3342.6119.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 200 (78.52% from 255) = 54.79%
BLUE value IS 13 (5.47% from 255) = 3.56%
R=41.64%
G=54.79%
B=3.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152200130.2400.940.2275.487.7941.76
Hex98C8D1805E164b582a
Octal230310153001362611313052
Binary1001100011001000110111000010111101011010010111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,200,13); }

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

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

 a { background-color: rgb(152,200,13); }

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

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

 span { border-color: rgb(152,200,13); }

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