Html Css Color HEX #8DD135 Yellow Green

📋 copy color: '#8DD135'

red 141 ◦ green 209 ◦ blue 53

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

Shades of Yellow Green #8DD135

Tints of Yellow Green #8DD135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.86%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 34.99%
G = 51.86%
B = 13.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#8DD135 (or 0x8DD135) is known color: Yellow Green. HEX triplet: 8D, D1 and 35. RGB value is (141,209,53). Sum of RGB (Red+Green+Blue) = 141+209+53=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD135 is #722ECA. Grayscale: #ABABAB. Windows color (decimal): -7483083 or 3527053. OLE color: 3527053.

HSL color Cylindrical-coordinate representation of color #8DD135: hue angle of 86.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DD135 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 53 -
CMYK 0.33 0 0.75 0.18
HSL 86.15º 0.63% 0.51% -
HSV(B) 86.15º 0.75% 0.82% -
XYZ 34.43 51.52 11.5 -
YUV 170.88 61.47 106.68 -
System Red Green Blue C M Y K H S L
Decimal 141 209 53 0.33 0 0.75 0.18 86.15 0.63 0.51
Hex 8D D1 35 21 0 4B 12 56 3F 33
Octal 215 321 65 41 0 113 22 126 77 63
Binary 10001101 11010001 110101 100001 0 1001011 10010 1010110 111111 110011

Color Harmonies of #8DD135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD135

Black with #8DD135

Text Example


Text Example

White with #8DD135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,53); }

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

background-color css

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

 a { background-color: rgb(141,209,53); }

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

border-color css

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

 span { border-color: rgb(141,209,53); }

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