Html Css Color HEX #8ED40D Citrus

📋 copy color: '#8ED40D'

red 142 ◦ green 212 ◦ blue 13

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

Shades of Citrus #8ED40D

Tints of Citrus #8ED40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 38.69%
G = 57.77%
B = 3.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#8ED40D (or 0x8ED40D) is known color: Citrus. HEX triplet: 8E, D4 and 0D. RGB value is (142,212,13). Sum of RGB (Red+Green+Blue) = 142+212+13=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED40D is #712BF2. Grayscale: #A9A9A9. Windows color (decimal): -7416819 or 906382. OLE color: 906382.

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

Color convert

RGB 142 212 13 -
CMYK 0.33 0 0.94 0.17
HSL 81.11º 0.88% 0.44% -
HSV(B) 81.11º 0.94% 0.83% -
XYZ 34.77 52.87 8.75 -
YUV 168.38 40.31 109.18 -
System Red Green Blue C M Y K H S L
Decimal 142 212 13 0.33 0 0.94 0.17 81.11 0.88 0.44
Hex 8E D4 D 21 0 5E 11 51 58 2C
Octal 216 324 15 41 0 136 21 121 130 54
Binary 10001110 11010100 1101 100001 0 1011110 10001 1010001 1011000 101100

Color Harmonies of #8ED40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED40D

Black with #8ED40D

Text Example


Text Example

White with #8ED40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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