Html Css Color HEX #8DC004 Citrus

📋 copy color: '#8DC004'

red 141 ◦ green 192 ◦ blue 4

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

Shades of Citrus #8DC004

Tints of Citrus #8DC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

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

R = 41.84%
G = 56.97%
B = 1.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#8DC004 (or 0x8DC004) is known color: Citrus. HEX triplet: 8D, C0 and 04. RGB value is (141,192,4). Sum of RGB (Red+Green+Blue) = 141+192+4=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC004 is #723FFB. Grayscale: #9C9C9C. Windows color (decimal): -7487484 or 311437. OLE color: 311437.

HSL color Cylindrical-coordinate representation of color #8DC004: hue angle of 76.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DC004 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 4 -
CMYK 0.27 0 0.98 0.25
HSL 76.28º 0.96% 0.38% -
HSV(B) 76.28º 0.98% 0.75% -
XYZ 29.86 43.37 6.91 -
YUV 155.32 42.6 117.79 -
System Red Green Blue C M Y K H S L
Decimal 141 192 4 0.27 0 0.98 0.25 76.28 0.96 0.38
Hex 8D C0 4 1B 0 62 19 4C 60 26
Octal 215 300 4 33 0 142 31 114 140 46
Binary 10001101 11000000 100 11011 0 1100010 11001 1001100 1100000 100110

Color Harmonies of #8DC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC004

Black with #8DC004

Text Example


Text Example

White with #8DC004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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