#8DB60F

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

Shades of Citrus #8DB60F

Tints of Citrus #8DB60F

Color information

#8DB60F (or 0x8DB60F) is unknown color: approx Citrus. HEX triplet: 8D, B6 and 0F. RGB value is (141,182,15). Sum of RGB (Red+Green+Blue) = 141+182+15=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB60F is #7249F0. Grayscale: #979797. Windows color (decimal): -7490033 or 1029773. OLE color: 1029773.

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

Color convert

RGB14118215-
CMYK0.2300.920.29
HSL74.73º84.77%38.63%-
HSV(B)74.73º91.76%71.37%-
XYZ27.839.156.54-
YUV150.751.42121.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=41.72%
G=53.85%
B=4.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141182150.2300.920.2974.7384.7738.63
Hex8DB6F1705C1D4b5527
Octal215266172701343511312547
Binary1000110110110110111110111010111001110110010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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