Html Css Color HEX #8ED102 Citrus

📋 copy color: '#8ED102'

red 142 ◦ green 209 ◦ blue 2

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

Shades of Citrus #8ED102

Tints of Citrus #8ED102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 40.23%
G = 59.21%
B = 0.57%

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

#8ED102 (or 0x8ED102) is known color: Citrus. HEX triplet: 8E, D1 and 02. RGB value is (142,209,2). Sum of RGB (Red+Green+Blue) = 142+209+2=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED102 is #712EFD. Grayscale: #A6A6A6. Windows color (decimal): -7417598 or 184718. OLE color: 184718.

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

Color convert

RGB 142 209 2 -
CMYK 0.32 0 0.99 0.18
HSL 79.42º 0.98% 0.41% -
HSV(B) 79.42º 0.99% 0.82% -
XYZ 33.97 51.36 8.18 -
YUV 165.37 35.8 111.33 -
System Red Green Blue C M Y K H S L
Decimal 142 209 2 0.32 0 0.99 0.18 79.42 0.98 0.41
Hex 8E D1 2 20 0 63 12 4F 62 29
Octal 216 321 2 40 0 143 22 117 142 51
Binary 10001110 11010001 10 100000 0 1100011 10010 1001111 1100010 101001

Color Harmonies of #8ED102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED102

Black with #8ED102

Text Example


Text Example

White with #8ED102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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