Html Css Color HEX #8DC030 Yellow Green

📋 copy color: '#8DC030'

red 141 ◦ green 192 ◦ blue 48

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

Shades of Yellow Green #8DC030

Tints of Yellow Green #8DC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 37.01%
G = 50.39%
B = 12.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#8DC030 (or 0x8DC030) is known color: Yellow Green. HEX triplet: 8D, C0 and 30. RGB value is (141,192,48). Sum of RGB (Red+Green+Blue) = 141+192+48=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC030 is #723FCF. Grayscale: #A0A0A0. Windows color (decimal): -7487440 or 3195021. OLE color: 3195021.

HSL color Cylindrical-coordinate representation of color #8DC030: hue angle of 81.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DC030 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 48 -
CMYK 0.27 0 0.75 0.25
HSL 81.25º 0.6% 0.47% -
HSV(B) 81.25º 0.75% 0.75% -
XYZ 30.37 43.58 9.61 -
YUV 160.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 141 192 48 0.27 0 0.75 0.25 81.25 0.6 0.47
Hex 8D C0 30 1B 0 4B 19 51 3C 2F
Octal 215 300 60 33 0 113 31 121 74 57
Binary 10001101 11000000 110000 11011 0 1001011 11001 1010001 111100 101111

Color Harmonies of #8DC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC030

Black with #8DC030

Text Example


Text Example

White with #8DC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,48); }

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

background-color css

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

 a { background-color: rgb(141,192,48); }

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

border-color css

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

 span { border-color: rgb(141,192,48); }

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