Html Css Color HEX #8DC706 Citrus

📋 copy color: '#8DC706'

red 141 ◦ green 199 ◦ blue 6

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

Shades of Citrus #8DC706

Tints of Citrus #8DC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.51%

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

R = 40.75%
G = 57.51%
B = 1.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#8DC706 (or 0x8DC706) is known color: Citrus. HEX triplet: 8D, C7 and 06. RGB value is (141,199,6). Sum of RGB (Red+Green+Blue) = 141+199+6=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC706 is #7238F9. Grayscale: #A0A0A0. Windows color (decimal): -7485690 or 444301. OLE color: 444301.

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

Color convert

RGB 141 199 6 -
CMYK 0.29 0 0.97 0.22
HSL 78.03º 0.94% 0.4% -
HSV(B) 78.03º 0.97% 0.78% -
XYZ 31.44 46.52 7.49 -
YUV 159.66 41.28 114.69 -
System Red Green Blue C M Y K H S L
Decimal 141 199 6 0.29 0 0.97 0.22 78.03 0.94 0.4
Hex 8D C7 6 1D 0 61 16 4E 5E 28
Octal 215 307 6 35 0 141 26 116 136 50
Binary 10001101 11000111 110 11101 0 1100001 10110 1001110 1011110 101000

Color Harmonies of #8DC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC706

Black with #8DC706

Text Example


Text Example

White with #8DC706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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