Html Css Color HEX #8DCA2D Yellow Green

📋 copy color: '#8DCA2D'

red 141 ◦ green 202 ◦ blue 45

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

Shades of Yellow Green #8DCA2D

Tints of Yellow Green #8DCA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 36.34%
G = 52.06%
B = 11.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#8DCA2D (or 0x8DCA2D) is known color: Yellow Green. HEX triplet: 8D, CA and 2D. RGB value is (141,202,45). Sum of RGB (Red+Green+Blue) = 141+202+45=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCA2D is #7235D2. Grayscale: #A6A6A6. Windows color (decimal): -7484883 or 3000973. OLE color: 3000973.

HSL color Cylindrical-coordinate representation of color #8DCA2D: hue angle of 83.31º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DCA2D is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 202 45 -
CMYK 0.30 0 0.78 0.21
HSL 83.31º 0.64% 0.48% -
HSV(B) 83.31º 0.78% 0.79% -
XYZ 32.58 48.09 10.05 -
YUV 165.86 59.79 110.27 -
System Red Green Blue C M Y K H S L
Decimal 141 202 45 0.30 0 0.78 0.21 83.31 0.64 0.48
Hex 8D CA 2D 1E 0 4E 15 53 40 30
Octal 215 312 55 36 0 116 25 123 100 60
Binary 10001101 11001010 101101 11110 0 1001110 10101 1010011 1000000 110000

Color Harmonies of #8DCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA2D

Black with #8DCA2D

Text Example


Text Example

White with #8DCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,202,45); }

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

background-color css

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

 a { background-color: rgb(141,202,45); }

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

border-color css

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

 span { border-color: rgb(141,202,45); }

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