#8CD02E

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

Shades of Yellow Green #8CD02E

Tints of Yellow Green #8CD02E

Color information

#8CD02E (or 0x8CD02E) is unknown color: approx Yellow Green. HEX triplet: 8C, D0 and 2E. RGB value is (140,208,46). Sum of RGB (Red+Green+Blue) = 140+208+46=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD02E is #732FD1. Grayscale: #A9A9A9. Windows color (decimal): -7548882 or 3068044. OLE color: 3068044.

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

Color convert

RGB14020846-
CMYK0.3300.780.18
HSL85.19º63.78%49.8%-
HSV(B)85.19º77.88%81.57%-
XYZ33.8650.8810.62-
YUV169.258.47107.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 208 (81.64% from 255) = 52.79%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=35.53%
G=52.79%
B=11.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140208460.3300.780.1885.1963.7849.8
Hex8CD02E2104E12554032
Octal214320564101162212510062
Binary1000110011010000101110100001010011101001010101011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,46); }

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

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

 a { background-color: rgb(140,208,46); }

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

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

 span { border-color: rgb(140,208,46); }

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