Html Css Color HEX #8DC814 Citrus

📋 copy color: '#8DC814'

red 141 ◦ green 200 ◦ blue 20

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

Shades of Citrus #8DC814

Tints of Citrus #8DC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 39.06%
G = 55.4%
B = 5.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#8DC814 (or 0x8DC814) is known color: Citrus. HEX triplet: 8D, C8 and 14. RGB value is (141,200,20). Sum of RGB (Red+Green+Blue) = 141+200+20=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC814 is #7237EB. Grayscale: #A2A2A2. Windows color (decimal): -7485420 or 1362061. OLE color: 1362061.

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

Color convert

RGB 141 200 20 -
CMYK 0.29 0 0.9 0.22
HSL 79.67º 0.82% 0.43% -
HSV(B) 79.67º 0.9% 0.78% -
XYZ 31.77 47.02 8.06 -
YUV 161.84 47.95 113.14 -
System Red Green Blue C M Y K H S L
Decimal 141 200 20 0.29 0 0.9 0.22 79.67 0.82 0.43
Hex 8D C8 14 1D 0 5A 16 50 52 2B
Octal 215 310 24 35 0 132 26 120 122 53
Binary 10001101 11001000 10100 11101 0 1011010 10110 1010000 1010010 101011

Color Harmonies of #8DC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC814

Black with #8DC814

Text Example


Text Example

White with #8DC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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