Html Css Color HEX #8DC210 Citrus

📋 copy color: '#8DC210'

red 141 ◦ green 194 ◦ blue 16

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

Shades of Citrus #8DC210

Tints of Citrus #8DC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 40.17%
G = 55.27%
B = 4.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8DC210 (or 0x8DC210) is known color: Citrus. HEX triplet: 8D, C2 and 10. RGB value is (141,194,16). Sum of RGB (Red+Green+Blue) = 141+194+16=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC210 is #723DEF. Grayscale: #9E9E9E. Windows color (decimal): -7486960 or 1098381. OLE color: 1098381.

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

Color convert

RGB 141 194 16 -
CMYK 0.27 0 0.92 0.24
HSL 77.87º 0.85% 0.41% -
HSV(B) 77.87º 0.92% 0.76% -
XYZ 30.37 44.28 7.44 -
YUV 157.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 141 194 16 0.27 0 0.92 0.24 77.87 0.85 0.41
Hex 8D C2 10 1B 0 5C 18 4E 55 29
Octal 215 302 20 33 0 134 30 116 125 51
Binary 10001101 11000010 10000 11011 0 1011100 11000 1001110 1010101 101001

Color Harmonies of #8DC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC210

Black with #8DC210

Text Example


Text Example

White with #8DC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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