#98C207

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

Shades of Citrus #98C207

Tints of Citrus #98C207

Color information

#98C207 (or 0x98C207) is unknown color: approx Citrus. HEX triplet: 98, C2 and 07. RGB value is (152,194,7). Sum of RGB (Red+Green+Blue) = 152+194+7=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #98C207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C207 is #673DF8. Grayscale: #A0A0A0. Windows color (decimal): -6766073 or 508568. OLE color: 508568.

HSL color Cylindrical-coordinate representation of color #98C207: hue angle of 73.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98C207 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1521947-
CMYK0.2200.960.24
HSL73.48º93.03%39.41%-
HSV(B)73.48º96.39%76.08%-
XYZ32.2845.277.24-
YUV160.1241.59122.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 194 (76.17% from 255) = 54.96%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=43.06%
G=54.96%
B=1.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15219470.2200.960.2473.4893.0339.41
Hex98C271606018495d27
Octal23030272601403011113547
Binary100110001100001011110110011000001100010010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,7); }

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

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

 a { background-color: rgb(152,194,7); }

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

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

 span { border-color: rgb(152,194,7); }

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