Html Css Color HEX #8ED404 Citrus

📋 copy color: '#8ED404'

red 142 ◦ green 212 ◦ blue 4

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

Shades of Citrus #8ED404

Tints of Citrus #8ED404

RGB

 RED value IS 142 (55.86% from 255) = 39.66%

 GREEN value IS 212 (83.2% from 255) = 59.22%

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

R = 39.66%
G = 59.22%
B = 1.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#8ED404 (or 0x8ED404) is known color: Citrus. HEX triplet: 8E, D4 and 04. RGB value is (142,212,4). Sum of RGB (Red+Green+Blue) = 142+212+4=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED404 is #712BFB. Grayscale: #A8A8A8. Windows color (decimal): -7416828 or 316558. OLE color: 316558.

HSL color Cylindrical-coordinate representation of color #8ED404: hue angle of 80.19º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ED404 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 4 -
CMYK 0.33 0 0.98 0.17
HSL 80.19º 0.96% 0.42% -
HSV(B) 80.19º 0.98% 0.83% -
XYZ 34.72 52.85 8.49 -
YUV 167.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 142 212 4 0.33 0 0.98 0.17 80.19 0.96 0.42
Hex 8E D4 4 21 0 62 11 50 60 2A
Octal 216 324 4 41 0 142 21 120 140 52
Binary 10001110 11010100 100 100001 0 1100010 10001 1010000 1100000 101010

Color Harmonies of #8ED404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED404

Black with #8ED404

Text Example


Text Example

White with #8ED404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,4); }

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

background-color css

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

 a { background-color: rgb(142,212,4); }

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

border-color css

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

 span { border-color: rgb(142,212,4); }

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