Html Css Color HEX #8DC310 Citrus

📋 copy color: '#8DC310'

red 141 ◦ green 195 ◦ blue 16

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

Shades of Citrus #8DC310

Tints of Citrus #8DC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

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

R = 40.06%
G = 55.4%
B = 4.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8DC310 (or 0x8DC310) is known color: Citrus. HEX triplet: 8D, C3 and 10. RGB value is (141,195,16). Sum of RGB (Red+Green+Blue) = 141+195+16=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC310 is #723CEF. Grayscale: #9F9F9F. Windows color (decimal): -7486704 or 1098637. OLE color: 1098637.

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

Color convert

RGB 141 195 16 -
CMYK 0.28 0 0.92 0.24
HSL 78.1º 0.85% 0.41% -
HSV(B) 78.1º 0.92% 0.76% -
XYZ 30.59 44.73 7.51 -
YUV 158.45 47.61 115.55 -
System Red Green Blue C M Y K H S L
Decimal 141 195 16 0.28 0 0.92 0.24 78.1 0.85 0.41
Hex 8D C3 10 1C 0 5C 18 4E 55 29
Octal 215 303 20 34 0 134 30 116 125 51
Binary 10001101 11000011 10000 11100 0 1011100 11000 1001110 1010101 101001

Color Harmonies of #8DC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC310

Black with #8DC310

Text Example


Text Example

White with #8DC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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