#8BC808

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

Shades of Citrus #8BC808

Tints of Citrus #8BC808

Color information

#8BC808 (or 0x8BC808) is unknown color: approx Citrus. HEX triplet: 8B, C8 and 08. RGB value is (139,200,8). Sum of RGB (Red+Green+Blue) = 139+200+8=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC808 is #7437F7. Grayscale: #A0A0A0. Windows color (decimal): -7616504 or 575627. OLE color: 575627.

HSL color Cylindrical-coordinate representation of color #8BC808: hue angle of 79.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BC808 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1392008-
CMYK0.3000.960.22
HSL79.06º92.31%40.78%-
HSV(B)79.06º96%78.43%-
XYZ31.3546.827.61-
YUV159.8742.29113.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 200 (78.52% from 255) = 57.64%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=40.06%
G=57.64%
B=2.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13920080.3000.960.2279.0692.3140.78
Hex8BC881E060164f5c29
Octal213310103601402611713451
Binary1000101111001000100011110011000001011010011111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,8); }

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

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

 a { background-color: rgb(139,200,8); }

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

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

 span { border-color: rgb(139,200,8); }

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