#8BD300

Color #8BD300 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8BD300

Tints of Citrus #8BD300

Color information

#8BD300 (or 0x8BD300) is unknown color: approx Citrus. HEX triplet: 8B, D3 and 00. RGB value is (139,211,0). Sum of RGB (Red+Green+Blue) = 139+211+0=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD300 is #742CFF. Grayscale: #A6A6A6. Windows color (decimal): -7613696 or 54155. OLE color: 54155.

HSL color Cylindrical-coordinate representation of color #8BD300: hue angle of 80.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BD300 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB1392110-
CMYK0.34010.17
HSL80.47º100%41.37%-
HSV(B)80.47º100%82.75%-
XYZ33.9452.088.26-
YUV165.4234.65109.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 211 (82.81% from 255) = 60.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.71%
G=60.29%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal13921100.34010.1780.4710041.37
Hex8BD302206411506429
Octal21332304201442112014451
Binary10001011110100110100010011001001000110100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,211,0); }

 H1.HeaderClassName
 {
   color: #8BD300;
 }
 .AnyTagClassName
 {
   color: #8BD300;
 }
</style>
background-color css

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

 a { background-color: rgb(139,211,0); }

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

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

 span { border-color: rgb(139,211,0); }

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