Html Css Color HEX #8EB213 Citrus

📋 copy color: '#8EB213'

red 142 ◦ green 178 ◦ blue 19

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

Shades of Citrus #8EB213

Tints of Citrus #8EB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.51%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 41.89%
G = 52.51%
B = 5.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#8EB213 (or 0x8EB213) is known color: Citrus. HEX triplet: 8E, B2 and 13. RGB value is (142,178,19). Sum of RGB (Red+Green+Blue) = 142+178+19=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB213 is #714DEC. Grayscale: #959595. Windows color (decimal): -7425517 or 1290894. OLE color: 1290894.

HSL color Cylindrical-coordinate representation of color #8EB213: hue angle of 73.58º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EB213 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 178 19 -
CMYK 0.20 0 0.89 0.30
HSL 73.58º 0.81% 0.39% -
HSV(B) 73.58º 0.89% 0.7% -
XYZ 27.19 37.64 6.45 -
YUV 149.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 142 178 19 0.20 0 0.89 0.30 73.58 0.81 0.39
Hex 8E B2 13 14 0 59 1E 4A 51 27
Octal 216 262 23 24 0 131 36 112 121 47
Binary 10001110 10110010 10011 10100 0 1011001 11110 1001010 1010001 100111

Color Harmonies of #8EB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB213

Black with #8EB213

Text Example


Text Example

White with #8EB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,19); }

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

background-color css

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

 a { background-color: rgb(142,178,19); }

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

border-color css

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

 span { border-color: rgb(142,178,19); }

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