#8ED201

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

Shades of Citrus #8ED201

Tints of Citrus #8ED201

Color information

#8ED201 (or 0x8ED201) is unknown color: approx Citrus. HEX triplet: 8E, D2 and 01. RGB value is (142,210,1). Sum of RGB (Red+Green+Blue) = 142+210+1=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED201 is #712DFE. Grayscale: #A6A6A6. Windows color (decimal): -7417343 or 119438. OLE color: 119438.

HSL color Cylindrical-coordinate representation of color #8ED201: hue angle of 79.52º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ED201 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB1422101-
CMYK0.3201.000.18
HSL79.52º99.05%41.37%-
HSV(B)79.52º99.52%82.35%-
XYZ34.2151.858.23-
YUV165.8434.97110.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 210 (82.42% from 255) = 59.49%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=40.23%
G=59.49%
B=0.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14221010.3201.000.1879.5299.0541.37
Hex8ED212006412506329
Octal21632214001442212014351
Binary10001110110100101100000011001001001010100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,1); }

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

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

 a { background-color: rgb(142,210,1); }

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

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

 span { border-color: rgb(142,210,1); }

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