Html Css Color HEX #8CC710 Citrus

📋 copy color: '#8CC710'

red 140 ◦ green 199 ◦ blue 16

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

Shades of Citrus #8CC710

Tints of Citrus #8CC710

RGB

 RED value IS 140 (55.08% from 255) = 39.44%

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

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

R = 39.44%
G = 56.06%
B = 4.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#8CC710 (or 0x8CC710) is known color: Citrus. HEX triplet: 8C, C7 and 10. RGB value is (140,199,16). Sum of RGB (Red+Green+Blue) = 140+199+16=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC710 is #7338EF. Grayscale: #A1A1A1. Windows color (decimal): -7551216 or 1099660. OLE color: 1099660.

HSL color Cylindrical-coordinate representation of color #8CC710: hue angle of 79.34º 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 #8CC710 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 199 16 -
CMYK 0.30 0 0.92 0.22
HSL 79.34º 0.85% 0.42% -
HSV(B) 79.34º 0.92% 0.78% -
XYZ 31.33 46.46 7.81 -
YUV 160.5 46.45 113.38 -
System Red Green Blue C M Y K H S L
Decimal 140 199 16 0.30 0 0.92 0.22 79.34 0.85 0.42
Hex 8C C7 10 1E 0 5C 16 4F 55 2A
Octal 214 307 20 36 0 134 26 117 125 52
Binary 10001100 11000111 10000 11110 0 1011100 10110 1001111 1010101 101010

Color Harmonies of #8CC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC710

Black with #8CC710

Text Example


Text Example

White with #8CC710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,199,16); }

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

background-color css

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

 a { background-color: rgb(140,199,16); }

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

border-color css

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

 span { border-color: rgb(140,199,16); }

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