Html Css Color HEX #8DC330 Yellow Green

📋 copy color: '#8DC330'

red 141 ◦ green 195 ◦ blue 48

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

Shades of Yellow Green #8DC330

Tints of Yellow Green #8DC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

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

R = 36.72%
G = 50.78%
B = 12.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#8DC330 (or 0x8DC330) is known color: Yellow Green. HEX triplet: 8D, C3 and 30. RGB value is (141,195,48). Sum of RGB (Red+Green+Blue) = 141+195+48=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC330 is #723CCF. Grayscale: #A2A2A2. Windows color (decimal): -7486672 or 3195789. OLE color: 3195789.

HSL color Cylindrical-coordinate representation of color #8DC330: hue angle of 82.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DC330 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 195 48 -
CMYK 0.28 0 0.75 0.24
HSL 82.04º 0.6% 0.48% -
HSV(B) 82.04º 0.75% 0.76% -
XYZ 31.03 44.91 9.83 -
YUV 162.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 141 195 48 0.28 0 0.75 0.24 82.04 0.6 0.48
Hex 8D C3 30 1C 0 4B 18 52 3C 30
Octal 215 303 60 34 0 113 30 122 74 60
Binary 10001101 11000011 110000 11100 0 1001011 11000 1010010 111100 110000

Color Harmonies of #8DC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC330

Black with #8DC330

Text Example


Text Example

White with #8DC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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