#8DB005

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

Shades of Citrus #8DB005

Tints of Citrus #8DB005

Color information

#8DB005 (or 0x8DB005) is unknown color: approx Citrus. HEX triplet: 8D, B0 and 05. RGB value is (141,176,5). Sum of RGB (Red+Green+Blue) = 141+176+5=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB005 is #724FFA. Grayscale: #929292. Windows color (decimal): -7491579 or 372877. OLE color: 372877.

HSL color Cylindrical-coordinate representation of color #8DB005: hue angle of 72.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB005 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1411765-
CMYK0.2000.970.31
HSL72.28º94.48%35.49%-
HSV(B)72.28º97.16%69.02%-
XYZ26.5436.725.83-
YUV146.0448.4124.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=43.79%
G=54.66%
B=1.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14117650.2000.970.3172.2894.4835.49
Hex8DB05140611F485e23
Octal21526052401413711013643
Binary100011011011000010110100011000011111110010001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,5); }

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

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

 a { background-color: rgb(141,176,5); }

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

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

 span { border-color: rgb(141,176,5); }

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