#8DD205

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

Shades of Citrus #8DD205

Tints of Citrus #8DD205

Color information

#8DD205 (or 0x8DD205) is unknown color: approx Citrus. HEX triplet: 8D, D2 and 05. RGB value is (141,210,5). Sum of RGB (Red+Green+Blue) = 141+210+5=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD205 is #722DFA. Grayscale: #A6A6A6. Windows color (decimal): -7482875 or 381581. OLE color: 381581.

HSL color Cylindrical-coordinate representation of color #8DD205: hue angle of 80.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DD205 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB1412105-
CMYK0.3300.980.18
HSL80.2º95.35%42.16%-
HSV(B)80.2º97.62%82.35%-
XYZ34.0651.778.34-
YUV16637.14110.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 210 (82.42% from 255) = 58.99%
BLUE value IS 5 (2.34% from 255) = 1.40%
R=39.61%
G=58.99%
B=1.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14121050.3300.980.1880.295.3542.16
Hex8DD252106212505f2a
Octal21532254101422212013752
Binary1000110111010010101100001011000101001010100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,5); }

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

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

 a { background-color: rgb(141,210,5); }

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

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

 span { border-color: rgb(141,210,5); }

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