Html Css Color HEX #8DC80D Citrus

📋 copy color: '#8DC80D'

red 141 ◦ green 200 ◦ blue 13

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

Shades of Citrus #8DC80D

Tints of Citrus #8DC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.5%

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

R = 39.83%
G = 56.5%
B = 3.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#8DC80D (or 0x8DC80D) is known color: Citrus. HEX triplet: 8D, C8 and 0D. RGB value is (141,200,13). Sum of RGB (Red+Green+Blue) = 141+200+13=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC80D is #7237F2. Grayscale: #A1A1A1. Windows color (decimal): -7485427 or 903309. OLE color: 903309.

HSL color Cylindrical-coordinate representation of color #8DC80D: hue angle of 78.93º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DC80D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 200 13 -
CMYK 0.29 0 0.94 0.22
HSL 78.93º 0.88% 0.42% -
HSV(B) 78.93º 0.94% 0.78% -
XYZ 31.71 47 7.78 -
YUV 161.04 44.45 113.71 -
System Red Green Blue C M Y K H S L
Decimal 141 200 13 0.29 0 0.94 0.22 78.93 0.88 0.42
Hex 8D C8 D 1D 0 5E 16 4F 58 2A
Octal 215 310 15 35 0 136 26 117 130 52
Binary 10001101 11001000 1101 11101 0 1011110 10110 1001111 1011000 101010

Color Harmonies of #8DC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC80D

Black with #8DC80D

Text Example


Text Example

White with #8DC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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