Html Css Color HEX #8DC611 Citrus

📋 copy color: '#8DC611'

red 141 ◦ green 198 ◦ blue 17

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

Shades of Citrus #8DC611

Tints of Citrus #8DC611

RGB

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

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

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

R = 39.61%
G = 55.62%
B = 4.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#8DC611 (or 0x8DC611) is known color: Citrus. HEX triplet: 8D, C6 and 11. RGB value is (141,198,17). Sum of RGB (Red+Green+Blue) = 141+198+17=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC611 is #7239EE. Grayscale: #A0A0A0. Windows color (decimal): -7485935 or 1164941. OLE color: 1164941.

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

Color convert

RGB 141 198 17 -
CMYK 0.29 0 0.91 0.22
HSL 78.9º 0.84% 0.42% -
HSV(B) 78.9º 0.91% 0.78% -
XYZ 31.28 46.09 7.78 -
YUV 160.32 47.12 114.22 -
System Red Green Blue C M Y K H S L
Decimal 141 198 17 0.29 0 0.91 0.22 78.9 0.84 0.42
Hex 8D C6 11 1D 0 5B 16 4F 54 2A
Octal 215 306 21 35 0 133 26 117 124 52
Binary 10001101 11000110 10001 11101 0 1011011 10110 1001111 1010100 101010

Color Harmonies of #8DC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC611

Black with #8DC611

Text Example


Text Example

White with #8DC611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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