#98CA05

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

Shades of Citrus #98CA05

Tints of Citrus #98CA05

Color information

#98CA05 (or 0x98CA05) is unknown color: approx Citrus. HEX triplet: 98, CA and 05. RGB value is (152,202,5). Sum of RGB (Red+Green+Blue) = 152+202+5=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CA05 is #6735FA. Grayscale: #A5A5A5. Windows color (decimal): -6764027 or 379544. OLE color: 379544.

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

Color convert

RGB1522025-
CMYK0.2500.980.21
HSL75.23º95.17%40.59%-
HSV(B)75.23º97.52%79.22%-
XYZ34.148.937.79-
YUV164.5937.94119.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 202 (79.30% from 255) = 56.27%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=42.34%
G=56.27%
B=1.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15220250.2500.980.2175.2395.1740.59
Hex98CA519062154b5f29
Octal23031253101422511313751
Binary100110001100101010111001011000101010110010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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