Html Css Color HEX #8BC20E Citrus

📋 copy color: '#8BC20E'

red 139 ◦ green 194 ◦ blue 14

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

Shades of Citrus #8BC20E

Tints of Citrus #8BC20E

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

 GREEN value IS 194 (76.17% from 255) = 55.91%

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 40.06%
G = 55.91%
B = 4.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#8BC20E (or 0x8BC20E) is known color: Citrus. HEX triplet: 8B, C2 and 0E. RGB value is (139,194,14). Sum of RGB (Red+Green+Blue) = 139+194+14=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC20E is #743DF1. Grayscale: #9D9D9D. Windows color (decimal): -7618034 or 967307. OLE color: 967307.

HSL color Cylindrical-coordinate representation of color #8BC20E: hue angle of 78.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BC20E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 194 14 -
CMYK 0.28 0 0.93 0.24
HSL 78.33º 0.87% 0.41% -
HSV(B) 78.33º 0.93% 0.76% -
XYZ 30.02 44.1 7.35 -
YUV 157.04 47.28 115.14 -
System Red Green Blue C M Y K H S L
Decimal 139 194 14 0.28 0 0.93 0.24 78.33 0.87 0.41
Hex 8B C2 E 1C 0 5D 18 4E 57 29
Octal 213 302 16 34 0 135 30 116 127 51
Binary 10001011 11000010 1110 11100 0 1011101 11000 1001110 1010111 101001

Color Harmonies of #8BC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC20E

Black with #8BC20E

Text Example


Text Example

White with #8BC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,194,14); }

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

background-color css

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

 a { background-color: rgb(139,194,14); }

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

border-color css

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

 span { border-color: rgb(139,194,14); }

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