Html Css Color HEX #8ED103 Citrus

📋 copy color: '#8ED103'

red 142 ◦ green 209 ◦ blue 3

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

Shades of Citrus #8ED103

Tints of Citrus #8ED103

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.04%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 40.11%
G = 59.04%
B = 0.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#8ED103 (or 0x8ED103) is known color: Citrus. HEX triplet: 8E, D1 and 03. RGB value is (142,209,3). Sum of RGB (Red+Green+Blue) = 142+209+3=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED103 is #712EFC. Grayscale: #A6A6A6. Windows color (decimal): -7417597 or 250254. OLE color: 250254.

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

Color convert

RGB 142 209 3 -
CMYK 0.32 0 0.99 0.18
HSL 79.51º 0.97% 0.42% -
HSV(B) 79.51º 0.99% 0.82% -
XYZ 33.97 51.36 8.21 -
YUV 165.48 36.3 111.25 -
System Red Green Blue C M Y K H S L
Decimal 142 209 3 0.32 0 0.99 0.18 79.51 0.97 0.42
Hex 8E D1 3 20 0 63 12 50 61 2A
Octal 216 321 3 40 0 143 22 120 141 52
Binary 10001110 11010001 11 100000 0 1100011 10010 1010000 1100001 101010

Color Harmonies of #8ED103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED103

Black with #8ED103

Text Example


Text Example

White with #8ED103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,209,3); }

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

background-color css

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

 a { background-color: rgb(142,209,3); }

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

border-color css

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

 span { border-color: rgb(142,209,3); }

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