Html Css Color HEX #8CC407 Citrus

📋 copy color: '#8CC407'

red 140 ◦ green 196 ◦ blue 7

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

Shades of Citrus #8CC407

Tints of Citrus #8CC407

RGB

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

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

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

R = 40.82%
G = 57.14%
B = 2.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#8CC407 (or 0x8CC407) is known color: Citrus. HEX triplet: 8C, C4 and 07. RGB value is (140,196,7). Sum of RGB (Red+Green+Blue) = 140+196+7=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC407 is #733BF8. Grayscale: #9E9E9E. Windows color (decimal): -7551993 or 509068. OLE color: 509068.

HSL color Cylindrical-coordinate representation of color #8CC407: hue angle of 77.78º 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 #8CC407 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 7 -
CMYK 0.29 0 0.96 0.23
HSL 77.78º 0.93% 0.4% -
HSV(B) 77.78º 0.96% 0.77% -
XYZ 30.59 45.07 7.29 -
YUV 157.71 42.95 115.37 -
System Red Green Blue C M Y K H S L
Decimal 140 196 7 0.29 0 0.96 0.23 77.78 0.93 0.4
Hex 8C C4 7 1D 0 60 17 4E 5D 28
Octal 214 304 7 35 0 140 27 116 135 50
Binary 10001100 11000100 111 11101 0 1100000 10111 1001110 1011101 101000

Color Harmonies of #8CC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC407

Black with #8CC407

Text Example


Text Example

White with #8CC407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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