Html Css Color HEX #8ED308 Citrus

📋 copy color: '#8ED308'

red 142 ◦ green 211 ◦ blue 8

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

Shades of Citrus #8ED308

Tints of Citrus #8ED308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.45%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 39.34%
G = 58.45%
B = 2.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#8ED308 (or 0x8ED308) is known color: Citrus. HEX triplet: 8E, D3 and 08. RGB value is (142,211,8). Sum of RGB (Red+Green+Blue) = 142+211+8=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED308 is #712CF7. Grayscale: #A7A7A7. Windows color (decimal): -7417080 or 578446. OLE color: 578446.

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

Color convert

RGB 142 211 8 -
CMYK 0.33 0 0.96 0.17
HSL 80.39º 0.93% 0.43% -
HSV(B) 80.39º 0.96% 0.83% -
XYZ 34.49 52.36 8.52 -
YUV 167.23 38.14 110.01 -
System Red Green Blue C M Y K H S L
Decimal 142 211 8 0.33 0 0.96 0.17 80.39 0.93 0.43
Hex 8E D3 8 21 0 60 11 50 5D 2B
Octal 216 323 10 41 0 140 21 120 135 53
Binary 10001110 11010011 1000 100001 0 1100000 10001 1010000 1011101 101011

Color Harmonies of #8ED308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED308

Black with #8ED308

Text Example


Text Example

White with #8ED308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,8); }

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

background-color css

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

 a { background-color: rgb(142,211,8); }

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

border-color css

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

 span { border-color: rgb(142,211,8); }

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