Html Css Color HEX #8DC211 Citrus

📋 copy color: '#8DC211'

red 141 ◦ green 194 ◦ blue 17

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

Shades of Citrus #8DC211

Tints of Citrus #8DC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.11%

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 40.06%
G = 55.11%
B = 4.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#8DC211 (or 0x8DC211) is known color: Citrus. HEX triplet: 8D, C2 and 11. RGB value is (141,194,17). Sum of RGB (Red+Green+Blue) = 141+194+17=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC211 is #723DEE. Grayscale: #9E9E9E. Windows color (decimal): -7486959 or 1163917. OLE color: 1163917.

HSL color Cylindrical-coordinate representation of color #8DC211: hue angle of 77.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DC211 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 194 17 -
CMYK 0.27 0 0.91 0.24
HSL 77.97º 0.84% 0.41% -
HSV(B) 77.97º 0.91% 0.76% -
XYZ 30.38 44.29 7.48 -
YUV 157.98 48.44 115.89 -
System Red Green Blue C M Y K H S L
Decimal 141 194 17 0.27 0 0.91 0.24 77.97 0.84 0.41
Hex 8D C2 11 1B 0 5B 18 4E 54 29
Octal 215 302 21 33 0 133 30 116 124 51
Binary 10001101 11000010 10001 11011 0 1011011 11000 1001110 1010100 101001

Color Harmonies of #8DC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC211

Black with #8DC211

Text Example


Text Example

White with #8DC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,194,17); }

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

background-color css

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

 a { background-color: rgb(141,194,17); }

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

border-color css

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

 span { border-color: rgb(141,194,17); }

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