Html Css Color HEX #8DC610 Citrus

📋 copy color: '#8DC610'

red 141 ◦ green 198 ◦ blue 16

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

Shades of Citrus #8DC610

Tints of Citrus #8DC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.77%

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

R = 39.72%
G = 55.77%
B = 4.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#8DC610 (or 0x8DC610) is known color: Citrus. HEX triplet: 8D, C6 and 10. RGB value is (141,198,16). Sum of RGB (Red+Green+Blue) = 141+198+16=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC610 is #7239EF. Grayscale: #A0A0A0. Windows color (decimal): -7485936 or 1099405. OLE color: 1099405.

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

Color convert

RGB 141 198 16 -
CMYK 0.29 0 0.92 0.22
HSL 78.79º 0.85% 0.42% -
HSV(B) 78.79º 0.92% 0.78% -
XYZ 31.27 46.09 7.74 -
YUV 160.21 46.62 114.3 -
System Red Green Blue C M Y K H S L
Decimal 141 198 16 0.29 0 0.92 0.22 78.79 0.85 0.42
Hex 8D C6 10 1D 0 5C 16 4F 55 2A
Octal 215 306 20 35 0 134 26 117 125 52
Binary 10001101 11000110 10000 11101 0 1011100 10110 1001111 1010101 101010

Color Harmonies of #8DC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC610

Black with #8DC610

Text Example


Text Example

White with #8DC610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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