#8DBF12

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

Shades of Citrus #8DBF12

Tints of Citrus #8DBF12

Color information

#8DBF12 (or 0x8DBF12) is unknown color: approx Citrus. HEX triplet: 8D, BF and 12. RGB value is (141,191,18). Sum of RGB (Red+Green+Blue) = 141+191+18=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF12 is #7240ED. Grayscale: #9C9C9C. Windows color (decimal): -7487726 or 1228685. OLE color: 1228685.

HSL color Cylindrical-coordinate representation of color #8DBF12: hue angle of 77.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DBF12 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB14119118-
CMYK0.2600.910.25
HSL77.34º82.78%40.98%-
HSV(B)77.34º90.58%74.9%-
XYZ29.7242.977.3-
YUV156.3349.94117.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=40.29%
G=54.57%
B=5.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141191180.2600.910.2577.3482.7840.98
Hex8DBF121A05B194d5329
Octal215277223201333111512351
Binary10001101101111111001011010010110111100110011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,191,18); }

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

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

 a { background-color: rgb(141,191,18); }

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

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

 span { border-color: rgb(141,191,18); }

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