Html Css Color HEX #8DC70C Citrus

📋 copy color: '#8DC70C'

red 141 ◦ green 199 ◦ blue 12

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

Shades of Citrus #8DC70C

Tints of Citrus #8DC70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 40.06%
G = 56.53%
B = 3.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#8DC70C (or 0x8DC70C) is known color: Citrus. HEX triplet: 8D, C7 and 0C. RGB value is (141,199,12). Sum of RGB (Red+Green+Blue) = 141+199+12=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC70C is #7238F3. Grayscale: #A1A1A1. Windows color (decimal): -7485684 or 837517. OLE color: 837517.

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

Color convert

RGB 141 199 12 -
CMYK 0.29 0 0.94 0.22
HSL 78.61º 0.89% 0.41% -
HSV(B) 78.61º 0.94% 0.78% -
XYZ 31.47 46.54 7.67 -
YUV 160.34 44.28 114.21 -
System Red Green Blue C M Y K H S L
Decimal 141 199 12 0.29 0 0.94 0.22 78.61 0.89 0.41
Hex 8D C7 C 1D 0 5E 16 4F 59 29
Octal 215 307 14 35 0 136 26 117 131 51
Binary 10001101 11000111 1100 11101 0 1011110 10110 1001111 1011001 101001

Color Harmonies of #8DC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC70C

Black with #8DC70C

Text Example


Text Example

White with #8DC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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