Html Css Color HEX #8DC40D Citrus

📋 copy color: '#8DC40D'

red 141 ◦ green 196 ◦ blue 13

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

Shades of Citrus #8DC40D

Tints of Citrus #8DC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56%

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

R = 40.29%
G = 56%
B = 3.71%

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

#8DC40D (or 0x8DC40D) is known color: Citrus. HEX triplet: 8D, C4 and 0D. RGB value is (141,196,13). Sum of RGB (Red+Green+Blue) = 141+196+13=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC40D is #723BF2. Grayscale: #9F9F9F. Windows color (decimal): -7486451 or 902285. OLE color: 902285.

HSL color Cylindrical-coordinate representation of color #8DC40D: hue angle of 78.03º 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 #8DC40D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 13 -
CMYK 0.28 0 0.93 0.23
HSL 78.03º 0.88% 0.41% -
HSV(B) 78.03º 0.93% 0.77% -
XYZ 30.8 45.17 7.48 -
YUV 158.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 141 196 13 0.28 0 0.93 0.23 78.03 0.88 0.41
Hex 8D C4 D 1C 0 5D 17 4E 58 29
Octal 215 304 15 34 0 135 27 116 130 51
Binary 10001101 11000100 1101 11100 0 1011101 10111 1001110 1011000 101001

Color Harmonies of #8DC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC40D

Black with #8DC40D

Text Example


Text Example

White with #8DC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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