Html Css Color HEX #8DC006 Citrus

📋 copy color: '#8DC006'

red 141 ◦ green 192 ◦ blue 6

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

Shades of Citrus #8DC006

Tints of Citrus #8DC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 41.59%
G = 56.64%
B = 1.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#8DC006 (or 0x8DC006) is known color: Citrus. HEX triplet: 8D, C0 and 06. RGB value is (141,192,6). Sum of RGB (Red+Green+Blue) = 141+192+6=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC006 is #723FF9. Grayscale: #9C9C9C. Windows color (decimal): -7487482 or 442509. OLE color: 442509.

HSL color Cylindrical-coordinate representation of color #8DC006: hue angle of 76.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DC006 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 6 -
CMYK 0.27 0 0.97 0.25
HSL 76.45º 0.94% 0.39% -
HSV(B) 76.45º 0.97% 0.75% -
XYZ 29.87 43.38 6.97 -
YUV 155.55 43.6 117.62 -
System Red Green Blue C M Y K H S L
Decimal 141 192 6 0.27 0 0.97 0.25 76.45 0.94 0.39
Hex 8D C0 6 1B 0 61 19 4C 5E 27
Octal 215 300 6 33 0 141 31 114 136 47
Binary 10001101 11000000 110 11011 0 1100001 11001 1001100 1011110 100111

Color Harmonies of #8DC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC006

Black with #8DC006

Text Example


Text Example

White with #8DC006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,6); }

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

background-color css

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

 a { background-color: rgb(141,192,6); }

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

border-color css

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

 span { border-color: rgb(141,192,6); }

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