#8DC603

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

Shades of Citrus #8DC603

Tints of Citrus #8DC603

Color information

#8DC603 (or 0x8DC603) is unknown color: approx Citrus. HEX triplet: 8D, C6 and 03. RGB value is (141,198,3). Sum of RGB (Red+Green+Blue) = 141+198+3=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC603 is #7239FC. Grayscale: #9F9F9F. Windows color (decimal): -7485949 or 247437. OLE color: 247437.

HSL color Cylindrical-coordinate representation of color #8DC603: hue angle of 77.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DC603 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1411983-
CMYK0.2900.980.22
HSL77.54º97.01%39.41%-
HSV(B)77.54º98.48%77.65%-
XYZ31.246.067.33-
YUV158.7340.12115.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=41.23%
G=57.89%
B=0.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14119830.2900.980.2277.5497.0139.41
Hex8DC631D062164e6127
Octal21530633501422611614147
Binary10001101110001101111101011000101011010011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC603; }

 p { color: rgb(141,198,3); }

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

<style>
 a { background-color: #8DC603; }

 a { background-color: rgb(141,198,3); }

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

<style>
 span { border-color: #8DC603; }

 span { border-color: rgb(141,198,3); }

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