Html Css Color HEX #8BD00E Citrus

📋 copy color: '#8BD00E'

red 139 ◦ green 208 ◦ blue 14

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

Shades of Citrus #8BD00E

Tints of Citrus #8BD00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.62%

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

R = 38.5%
G = 57.62%
B = 3.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#8BD00E (or 0x8BD00E) is known color: Citrus. HEX triplet: 8B, D0 and 0E. RGB value is (139,208,14). Sum of RGB (Red+Green+Blue) = 139+208+14=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD00E is #742FF1. Grayscale: #A5A5A5. Windows color (decimal): -7614450 or 970891. OLE color: 970891.

HSL color Cylindrical-coordinate representation of color #8BD00E: hue angle of 81.34º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BD00E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 14 -
CMYK 0.33 0 0.93 0.18
HSL 81.34º 0.87% 0.44% -
HSV(B) 81.34º 0.93% 0.82% -
XYZ 33.28 50.63 8.43 -
YUV 165.25 42.64 109.27 -
System Red Green Blue C M Y K H S L
Decimal 139 208 14 0.33 0 0.93 0.18 81.34 0.87 0.44
Hex 8B D0 E 21 0 5D 12 51 57 2C
Octal 213 320 16 41 0 135 22 121 127 54
Binary 10001011 11010000 1110 100001 0 1011101 10010 1010001 1010111 101100

Color Harmonies of #8BD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD00E

Black with #8BD00E

Text Example


Text Example

White with #8BD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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