Html Css Color HEX #8DC138 Yellow Green

📋 copy color: '#8DC138'

red 141 ◦ green 193 ◦ blue 56

#8DC138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #8DC138

Tints of Yellow Green #8DC138

RGB

 RED value IS 141 (55.47% from 255) = 36.15%

 GREEN value IS 193 (75.78% from 255) = 49.49%

 BLUE value IS 56 (22.27% from 255) = 14.36%

R = 36.15%
G = 49.49%
B = 14.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#8DC138 (or 0x8DC138) is known color: Yellow Green. HEX triplet: 8D, C1 and 38. RGB value is (141,193,56). Sum of RGB (Red+Green+Blue) = 141+193+56=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC138 is #723EC7. Grayscale: #A2A2A2. Windows color (decimal): -7487176 or 3719565. OLE color: 3719565.

HSL color Cylindrical-coordinate representation of color #8DC138: hue angle of 82.77º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DC138 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 56 -
CMYK 0.27 0 0.71 0.24
HSL 82.77º 0.55% 0.49% -
HSV(B) 82.77º 0.71% 0.76% -
XYZ 30.77 44.09 10.63 -
YUV 161.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 141 193 56 0.27 0 0.71 0.24 82.77 0.55 0.49
Hex 8D C1 38 1B 0 47 18 53 37 31
Octal 215 301 70 33 0 107 30 123 67 61
Binary 10001101 11000001 111000 11011 0 1000111 11000 1010011 110111 110001

Color Harmonies of #8DC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC138

Black with #8DC138

Text Example


Text Example

White with #8DC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,193,56); }

 H1.HeaderClassName
 {
   color: #8DC138;
 }
 .AnyTagClassName
 {
   color: #8DC138;
 }
</style>

background-color css

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

 a { background-color: rgb(141,193,56); }

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

border-color css

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

 span { border-color: rgb(141,193,56); }

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