Html Css Color HEX #8DC407 Citrus

📋 copy color: '#8DC407'

red 141 ◦ green 196 ◦ blue 7

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

Shades of Citrus #8DC407

Tints of Citrus #8DC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.98%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 40.99%
G = 56.98%
B = 2.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#8DC407 (or 0x8DC407) is known color: Citrus. HEX triplet: 8D, C4 and 07. RGB value is (141,196,7). Sum of RGB (Red+Green+Blue) = 141+196+7=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC407 is #723BF8. Grayscale: #9E9E9E. Windows color (decimal): -7486457 or 509069. OLE color: 509069.

HSL color Cylindrical-coordinate representation of color #8DC407: hue angle of 77.46º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC407 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 7 -
CMYK 0.28 0 0.96 0.23
HSL 77.46º 0.93% 0.4% -
HSV(B) 77.46º 0.96% 0.77% -
XYZ 30.76 45.16 7.3 -
YUV 158.01 42.78 115.87 -
System Red Green Blue C M Y K H S L
Decimal 141 196 7 0.28 0 0.96 0.23 77.46 0.93 0.4
Hex 8D C4 7 1C 0 60 17 4D 5D 28
Octal 215 304 7 34 0 140 27 115 135 50
Binary 10001101 11000100 111 11100 0 1100000 10111 1001101 1011101 101000

Color Harmonies of #8DC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC407

Black with #8DC407

Text Example


Text Example

White with #8DC407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,196,7); }

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

background-color css

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

 a { background-color: rgb(141,196,7); }

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

border-color css

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

 span { border-color: rgb(141,196,7); }

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