#8DB600

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

Shades of Citrus #8DB600

Tints of Citrus #8DB600

Color information

#8DB600 (or 0x8DB600) is unknown color: approx Citrus. HEX triplet: 8D, B6 and 00. RGB value is (141,182,0). Sum of RGB (Red+Green+Blue) = 141+182+0=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB600 is #7249FF. Grayscale: #959595. Windows color (decimal): -7490048 or 46733. OLE color: 46733.

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

Color convert

RGB1411820-
CMYK0.23010.29
HSL73.52º100%35.69%-
HSV(B)73.52º100%71.37%-
XYZ27.7139.126.09-
YUV148.9943.92122.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.65%
G=56.35%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14118200.23010.2973.5210035.69
Hex8DB60170641D4a6424
Octal21526602701443511214444
Binary1000110110110110010111011001001110110010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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