Html Css Color HEX #8ED407 Citrus

📋 copy color: '#8ED407'

red 142 ◦ green 212 ◦ blue 7

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

Shades of Citrus #8ED407

Tints of Citrus #8ED407

RGB

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

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

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

R = 39.34%
G = 58.73%
B = 1.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#8ED407 (or 0x8ED407) is known color: Citrus. HEX triplet: 8E, D4 and 07. RGB value is (142,212,7). Sum of RGB (Red+Green+Blue) = 142+212+7=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED407 is #712BF8. Grayscale: #A8A8A8. Windows color (decimal): -7416825 or 513166. OLE color: 513166.

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

Color convert

RGB 142 212 7 -
CMYK 0.33 0 0.97 0.17
HSL 80.49º 0.94% 0.43% -
HSV(B) 80.49º 0.97% 0.83% -
XYZ 34.74 52.85 8.57 -
YUV 167.7 37.31 109.67 -
System Red Green Blue C M Y K H S L
Decimal 142 212 7 0.33 0 0.97 0.17 80.49 0.94 0.43
Hex 8E D4 7 21 0 61 11 50 5E 2B
Octal 216 324 7 41 0 141 21 120 136 53
Binary 10001110 11010100 111 100001 0 1100001 10001 1010000 1011110 101011

Color Harmonies of #8ED407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED407

Black with #8ED407

Text Example


Text Example

White with #8ED407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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