#8CD334

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

Shades of Yellow Green #8CD334

Tints of Yellow Green #8CD334

Color information

#8CD334 (or 0x8CD334) is unknown color: approx Yellow Green. HEX triplet: 8C, D3 and 34. RGB value is (140,211,52). Sum of RGB (Red+Green+Blue) = 140+211+52=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD334 is #732CCB. Grayscale: #ACACAC. Windows color (decimal): -7548108 or 3462028. OLE color: 3462028.

HSL color Cylindrical-coordinate representation of color #8CD334: hue angle of 86.79º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CD334 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB14021152-
CMYK0.3400.750.17
HSL86.79º64.37%51.57%-
HSV(B)86.79º75.36%82.75%-
XYZ34.7352.4111.53-
YUV171.6460.48105.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 211 (82.81% from 255) = 52.36%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=34.74%
G=52.36%
B=12.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140211520.3400.750.1786.7964.3751.57
Hex8CD3342204B11574034
Octal214323644201132112710064
Binary1000110011010011110100100010010010111000110101111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,52); }

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

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

 a { background-color: rgb(140,211,52); }

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

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

 span { border-color: rgb(140,211,52); }

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