#8BC301

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

Shades of Citrus #8BC301

Tints of Citrus #8BC301

Color information

#8BC301 (or 0x8BC301) is unknown color: approx Citrus. HEX triplet: 8B, C3 and 01. RGB value is (139,195,1). Sum of RGB (Red+Green+Blue) = 139+195+1=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC301 is #743CFE. Grayscale: #9C9C9C. Windows color (decimal): -7617791 or 115595. OLE color: 115595.

HSL color Cylindrical-coordinate representation of color #8BC301: hue angle of 77.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC301 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1391951-
CMYK0.2900.990.24
HSL77.32º98.98%38.43%-
HSV(B)77.32º99.49%76.47%-
XYZ30.1744.527.03-
YUV156.1440.45115.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 195 (76.56% from 255) = 58.21%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=41.49%
G=58.21%
B=0.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13919510.2900.990.2477.3298.9838.43
Hex8BC311D063184d6326
Octal21330313501433011514346
Binary1000101111000011111101011000111100010011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,1); }

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

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

 a { background-color: rgb(139,195,1); }

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

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

 span { border-color: rgb(139,195,1); }

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