Html Css Color HEX #8DC510 Citrus

📋 copy color: '#8DC510'

red 141 ◦ green 197 ◦ blue 16

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

Shades of Citrus #8DC510

Tints of Citrus #8DC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.65%

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

R = 39.83%
G = 55.65%
B = 4.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#8DC510 (or 0x8DC510) is known color: Citrus. HEX triplet: 8D, C5 and 10. RGB value is (141,197,16). Sum of RGB (Red+Green+Blue) = 141+197+16=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC510 is #723AEF. Grayscale: #A0A0A0. Windows color (decimal): -7486192 or 1099149. OLE color: 1099149.

HSL color Cylindrical-coordinate representation of color #8DC510: hue angle of 78.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DC510 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 16 -
CMYK 0.28 0 0.92 0.23
HSL 78.56º 0.85% 0.42% -
HSV(B) 78.56º 0.92% 0.77% -
XYZ 31.04 45.63 7.66 -
YUV 159.62 46.95 114.72 -
System Red Green Blue C M Y K H S L
Decimal 141 197 16 0.28 0 0.92 0.23 78.56 0.85 0.42
Hex 8D C5 10 1C 0 5C 17 4F 55 2A
Octal 215 305 20 34 0 134 27 117 125 52
Binary 10001101 11000101 10000 11100 0 1011100 10111 1001111 1010101 101010

Color Harmonies of #8DC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC510

Black with #8DC510

Text Example


Text Example

White with #8DC510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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