Html Css Color HEX #8DC504 Citrus

📋 copy color: '#8DC504'

red 141 ◦ green 197 ◦ blue 4

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

Shades of Citrus #8DC504

Tints of Citrus #8DC504

RGB

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

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

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

R = 41.23%
G = 57.6%
B = 1.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#8DC504 (or 0x8DC504) is known color: Citrus. HEX triplet: 8D, C5 and 04. RGB value is (141,197,4). Sum of RGB (Red+Green+Blue) = 141+197+4=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC504 is #723AFB. Grayscale: #9E9E9E. Windows color (decimal): -7486204 or 312717. OLE color: 312717.

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

Color convert

RGB 141 197 4 -
CMYK 0.28 0 0.98 0.23
HSL 77.41º 0.96% 0.39% -
HSV(B) 77.41º 0.98% 0.77% -
XYZ 30.97 45.6 7.28 -
YUV 158.25 40.95 115.69 -
System Red Green Blue C M Y K H S L
Decimal 141 197 4 0.28 0 0.98 0.23 77.41 0.96 0.39
Hex 8D C5 4 1C 0 62 17 4D 60 27
Octal 215 305 4 34 0 142 27 115 140 47
Binary 10001101 11000101 100 11100 0 1100010 10111 1001101 1100000 100111

Color Harmonies of #8DC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC504

Black with #8DC504

Text Example


Text Example

White with #8DC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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