#8DB60D

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

Shades of Citrus #8DB60D

Tints of Citrus #8DB60D

Color information

#8DB60D (or 0x8DB60D) is unknown color: approx Citrus. HEX triplet: 8D, B6 and 0D. RGB value is (141,182,13). Sum of RGB (Red+Green+Blue) = 141+182+13=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB60D is #7249F2. Grayscale: #979797. Windows color (decimal): -7490035 or 898701. OLE color: 898701.

HSL color Cylindrical-coordinate representation of color #8DB60D: hue angle of 74.56º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DB60D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB14118213-
CMYK0.2300.930.29
HSL74.56º86.67%38.24%-
HSV(B)74.56º92.86%71.37%-
XYZ27.7939.156.47-
YUV150.4850.42121.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 182 (71.48% from 255) = 54.17%
BLUE value IS 13 (5.47% from 255) = 3.87%
R=41.96%
G=54.17%
B=3.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141182130.2300.930.2974.5686.6738.24
Hex8DB6D1705D1D4b5726
Octal215266152701353511312746
Binary1000110110110110110110111010111011110110010111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,13); }

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

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

 a { background-color: rgb(141,182,13); }

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

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

 span { border-color: rgb(141,182,13); }

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