#8DC908

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

Shades of Citrus #8DC908

Tints of Citrus #8DC908

Color information

#8DC908 (or 0x8DC908) is unknown color: approx Citrus. HEX triplet: 8D, C9 and 08. RGB value is (141,201,8). Sum of RGB (Red+Green+Blue) = 141+201+8=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC908 is #7236F7. Grayscale: #A1A1A1. Windows color (decimal): -7485176 or 575885. OLE color: 575885.

HSL color Cylindrical-coordinate representation of color #8DC908: hue angle of 78.65º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC908 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1412018-
CMYK0.3000.960.21
HSL78.65º92.34%40.98%-
HSV(B)78.65º96.02%78.82%-
XYZ31.9147.457.71-
YUV161.0641.62113.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 201 (78.91% from 255) = 57.43%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=40.29%
G=57.43%
B=2.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14120180.3000.960.2178.6592.3440.98
Hex8DC981E060154f5c29
Octal215311103601402511713451
Binary1000110111001001100011110011000001010110011111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,8); }

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

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

 a { background-color: rgb(141,201,8); }

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

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

 span { border-color: rgb(141,201,8); }

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