Html Css Color HEX #8DC50D Citrus

📋 copy color: '#8DC50D'

red 141 ◦ green 197 ◦ blue 13

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

Shades of Citrus #8DC50D

Tints of Citrus #8DC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.13%

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 40.17%
G = 56.13%
B = 3.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#8DC50D (or 0x8DC50D) is known color: Citrus. HEX triplet: 8D, C5 and 0D. RGB value is (141,197,13). Sum of RGB (Red+Green+Blue) = 141+197+13=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC50D is #723AF2. Grayscale: #9F9F9F. Windows color (decimal): -7486195 or 902541. OLE color: 902541.

HSL color Cylindrical-coordinate representation of color #8DC50D: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DC50D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 13 -
CMYK 0.28 0 0.93 0.23
HSL 78.26º 0.88% 0.41% -
HSV(B) 78.26º 0.93% 0.77% -
XYZ 31.02 45.62 7.55 -
YUV 159.28 45.45 114.96 -
System Red Green Blue C M Y K H S L
Decimal 141 197 13 0.28 0 0.93 0.23 78.26 0.88 0.41
Hex 8D C5 D 1C 0 5D 17 4E 58 29
Octal 215 305 15 34 0 135 27 116 130 51
Binary 10001101 11000101 1101 11100 0 1011101 10111 1001110 1011000 101001

Color Harmonies of #8DC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC50D

Black with #8DC50D

Text Example


Text Example

White with #8DC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,197,13); }

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

background-color css

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

 a { background-color: rgb(141,197,13); }

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

border-color css

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

 span { border-color: rgb(141,197,13); }

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