#8CDB2E

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

Shades of Yellow Green #8CDB2E

Tints of Yellow Green #8CDB2E

Color information

#8CDB2E (or 0x8CDB2E) is unknown color: approx Yellow Green. HEX triplet: 8C, DB and 2E. RGB value is (140,219,46). Sum of RGB (Red+Green+Blue) = 140+219+46=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB2E is #7324D1. Grayscale: #B0B0B0. Windows color (decimal): -7546066 or 3070860. OLE color: 3070860.

HSL color Cylindrical-coordinate representation of color #8CDB2E: hue angle of 87.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CDB2E is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB14021946-
CMYK0.3600.790.14
HSL87.4º70.61%51.96%-
HSV(B)87.4º79%85.88%-
XYZ36.6456.4411.55-
YUV175.6654.83102.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 219 (85.94% from 255) = 54.07%
BLUE value IS 46 (18.36% from 255) = 11.36%
R=34.57%
G=54.07%
B=11.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140219460.3600.790.1487.470.6151.96
Hex8CDB2E2404FE574734
Octal214333564401171612710764
Binary100011001101101110111010010001001111111010101111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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