Html Css Color HEX #8CC504 Citrus

📋 copy color: '#8CC504'

red 140 ◦ green 197 ◦ blue 4

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

Shades of Citrus #8CC504

Tints of Citrus #8CC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.77%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 41.06%
G = 57.77%
B = 1.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#8CC504 (or 0x8CC504) is known color: Citrus. HEX triplet: 8C, C5 and 04. RGB value is (140,197,4). Sum of RGB (Red+Green+Blue) = 140+197+4=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC504 is #733AFB. Grayscale: #9E9E9E. Windows color (decimal): -7551740 or 312716. OLE color: 312716.

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

Color convert

RGB 140 197 4 -
CMYK 0.29 0 0.98 0.23
HSL 77.72º 0.96% 0.39% -
HSV(B) 77.72º 0.98% 0.77% -
XYZ 30.8 45.52 7.28 -
YUV 157.96 41.12 115.19 -
System Red Green Blue C M Y K H S L
Decimal 140 197 4 0.29 0 0.98 0.23 77.72 0.96 0.39
Hex 8C C5 4 1D 0 62 17 4E 60 27
Octal 214 305 4 35 0 142 27 116 140 47
Binary 10001100 11000101 100 11101 0 1100010 10111 1001110 1100000 100111

Color Harmonies of #8CC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC504

Black with #8CC504

Text Example


Text Example

White with #8CC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,4); }

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

background-color css

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

 a { background-color: rgb(140,197,4); }

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

border-color css

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

 span { border-color: rgb(140,197,4); }

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