Html Css Color HEX #8ED10B Citrus

📋 copy color: '#8ED10B'

red 142 ◦ green 209 ◦ blue 11

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

Shades of Citrus #8ED10B

Tints of Citrus #8ED10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 39.23%
G = 57.73%
B = 3.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#8ED10B (or 0x8ED10B) is known color: Citrus. HEX triplet: 8E, D1 and 0B. RGB value is (142,209,11). Sum of RGB (Red+Green+Blue) = 142+209+11=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED10B is #712EF4. Grayscale: #A7A7A7. Windows color (decimal): -7417589 or 774542. OLE color: 774542.

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

Color convert

RGB 142 209 11 -
CMYK 0.32 0 0.95 0.18
HSL 80.3º 0.9% 0.43% -
HSV(B) 80.3º 0.95% 0.82% -
XYZ 34.02 51.38 8.44 -
YUV 166.4 40.3 110.6 -
System Red Green Blue C M Y K H S L
Decimal 142 209 11 0.32 0 0.95 0.18 80.3 0.9 0.43
Hex 8E D1 B 20 0 5F 12 50 5A 2B
Octal 216 321 13 40 0 137 22 120 132 53
Binary 10001110 11010001 1011 100000 0 1011111 10010 1010000 1011010 101011

Color Harmonies of #8ED10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED10B

Black with #8ED10B

Text Example


Text Example

White with #8ED10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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