Html Css Color HEX #8ED30D Citrus

📋 copy color: '#8ED30D'

red 142 ◦ green 211 ◦ blue 13

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

Shades of Citrus #8ED30D

Tints of Citrus #8ED30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 38.8%
G = 57.65%
B = 3.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#8ED30D (or 0x8ED30D) is known color: Citrus. HEX triplet: 8E, D3 and 0D. RGB value is (142,211,13). Sum of RGB (Red+Green+Blue) = 142+211+13=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED30D is #712CF2. Grayscale: #A8A8A8. Windows color (decimal): -7417075 or 906126. OLE color: 906126.

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

Color convert

RGB 142 211 13 -
CMYK 0.33 0 0.94 0.17
HSL 80.91º 0.88% 0.44% -
HSV(B) 80.91º 0.94% 0.83% -
XYZ 34.52 52.37 8.67 -
YUV 167.8 40.64 109.6 -
System Red Green Blue C M Y K H S L
Decimal 142 211 13 0.33 0 0.94 0.17 80.91 0.88 0.44
Hex 8E D3 D 21 0 5E 11 51 58 2C
Octal 216 323 15 41 0 136 21 121 130 54
Binary 10001110 11010011 1101 100001 0 1011110 10001 1010001 1011000 101100

Color Harmonies of #8ED30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED30D

Black with #8ED30D

Text Example


Text Example

White with #8ED30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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