#8DBC01

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

Shades of Citrus #8DBC01

Tints of Citrus #8DBC01

Color information

#8DBC01 (or 0x8DBC01) is unknown color: approx Citrus. HEX triplet: 8D, BC and 01. RGB value is (141,188,1). Sum of RGB (Red+Green+Blue) = 141+188+1=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC01 is #7243FE. Grayscale: #999999. Windows color (decimal): -7488511 or 113805. OLE color: 113805.

HSL color Cylindrical-coordinate representation of color #8DBC01: hue angle of 75.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DBC01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1411881-
CMYK0.2500.990.26
HSL75.08º98.94%37.06%-
HSV(B)75.08º99.47%73.73%-
XYZ28.9741.636.54-
YUV152.6342.43119.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 188 (73.83% from 255) = 56.97%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=42.73%
G=56.97%
B=0.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14118810.2500.990.2675.0898.9437.06
Hex8DBC1190631A4b6325
Octal21527413101433211314345
Binary1000110110111100111001011000111101010010111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,1); }

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

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

 a { background-color: rgb(141,188,1); }

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

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

 span { border-color: rgb(141,188,1); }

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