Html Css Color HEX #8CC705 Citrus

📋 copy color: '#8CC705'

red 140 ◦ green 199 ◦ blue 5

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

Shades of Citrus #8CC705

Tints of Citrus #8CC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 40.7%
G = 57.85%
B = 1.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#8CC705 (or 0x8CC705) is known color: Citrus. HEX triplet: 8C, C7 and 05. RGB value is (140,199,5). Sum of RGB (Red+Green+Blue) = 140+199+5=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC705 is #7338FA. Grayscale: #9F9F9F. Windows color (decimal): -7551227 or 378764. OLE color: 378764.

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

Color convert

RGB 140 199 5 -
CMYK 0.30 0 0.97 0.22
HSL 78.25º 0.95% 0.4% -
HSV(B) 78.25º 0.97% 0.78% -
XYZ 31.27 46.43 7.46 -
YUV 159.24 40.95 114.27 -
System Red Green Blue C M Y K H S L
Decimal 140 199 5 0.30 0 0.97 0.22 78.25 0.95 0.4
Hex 8C C7 5 1E 0 61 16 4E 5F 28
Octal 214 307 5 36 0 141 26 116 137 50
Binary 10001100 11000111 101 11110 0 1100001 10110 1001110 1011111 101000

Color Harmonies of #8CC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC705

Black with #8CC705

Text Example


Text Example

White with #8CC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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