#8ED303

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

Shades of Citrus #8ED303

Tints of Citrus #8ED303

Color information

#8ED303 (or 0x8ED303) is unknown color: approx Citrus. HEX triplet: 8E, D3 and 03. RGB value is (142,211,3). Sum of RGB (Red+Green+Blue) = 142+211+3=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED303 is #712CFC. Grayscale: #A7A7A7. Windows color (decimal): -7417085 or 250766. OLE color: 250766.

HSL color Cylindrical-coordinate representation of color #8ED303: hue angle of 79.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ED303 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB1422113-
CMYK0.3300.990.17
HSL79.9º97.2%41.96%-
HSV(B)79.9º98.58%82.75%-
XYZ34.4752.358.37-
YUV166.6635.64110.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=39.89%
G=59.27%
B=0.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14221130.3300.990.1779.997.241.96
Hex8ED33210631150612a
Octal21632334101432112014152
Binary100011101101001111100001011000111000110100001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,3); }

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

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

 a { background-color: rgb(142,211,3); }

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

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

 span { border-color: rgb(142,211,3); }

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