Html Css Color HEX #8ED20F Citrus

📋 copy color: '#8ED20F'

red 142 ◦ green 210 ◦ blue 15

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

Shades of Citrus #8ED20F

Tints of Citrus #8ED20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.22%

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 38.69%
G = 57.22%
B = 4.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#8ED20F (or 0x8ED20F) is known color: Citrus. HEX triplet: 8E, D2 and 0F. RGB value is (142,210,15). Sum of RGB (Red+Green+Blue) = 142+210+15=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED20F is #712DF0. Grayscale: #A8A8A8. Windows color (decimal): -7417329 or 1036942. OLE color: 1036942.

HSL color Cylindrical-coordinate representation of color #8ED20F: hue angle of 80.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ED20F is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 15 -
CMYK 0.32 0 0.93 0.18
HSL 80.92º 0.87% 0.44% -
HSV(B) 80.92º 0.93% 0.82% -
XYZ 34.29 51.88 8.66 -
YUV 167.44 41.97 109.86 -
System Red Green Blue C M Y K H S L
Decimal 142 210 15 0.32 0 0.93 0.18 80.92 0.87 0.44
Hex 8E D2 F 20 0 5D 12 51 57 2C
Octal 216 322 17 40 0 135 22 121 127 54
Binary 10001110 11010010 1111 100000 0 1011101 10010 1010001 1010111 101100

Color Harmonies of #8ED20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED20F

Black with #8ED20F

Text Example


Text Example

White with #8ED20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,210,15); }

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

background-color css

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

 a { background-color: rgb(142,210,15); }

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

border-color css

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

 span { border-color: rgb(142,210,15); }

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