#98CA07

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

Shades of Citrus #98CA07

Tints of Citrus #98CA07

Color information

#98CA07 (or 0x98CA07) is unknown color: approx Citrus. HEX triplet: 98, CA and 07. RGB value is (152,202,7). Sum of RGB (Red+Green+Blue) = 152+202+7=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CA07 is #6735F8. Grayscale: #A5A5A5. Windows color (decimal): -6764025 or 510616. OLE color: 510616.

HSL color Cylindrical-coordinate representation of color #98CA07: hue angle of 75.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98CA07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB1522027-
CMYK0.2500.970.21
HSL75.38º93.3%40.98%-
HSV(B)75.38º96.53%79.22%-
XYZ34.1148.937.85-
YUV164.8238.94118.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 7 (3.12% from 255) = 1.94%
R=42.11%
G=55.96%
B=1.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15220270.2500.970.2175.3893.340.98
Hex98CA719061154b5d29
Octal23031273101412511313551
Binary100110001100101011111001011000011010110010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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