#8DB203

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

Shades of Citrus #8DB203

Tints of Citrus #8DB203

Color information

#8DB203 (or 0x8DB203) is unknown color: approx Citrus. HEX triplet: 8D, B2 and 03. RGB value is (141,178,3). Sum of RGB (Red+Green+Blue) = 141+178+3=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB203 is #724DFC. Grayscale: #939393. Windows color (decimal): -7491069 or 242317. OLE color: 242317.

HSL color Cylindrical-coordinate representation of color #8DB203: hue angle of 72.69º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB203 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1411783-
CMYK0.2100.980.30
HSL72.69º96.69%35.49%-
HSV(B)72.69º98.31%69.8%-
XYZ26.9237.515.91-
YUV146.9946.74123.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 178 (69.92% from 255) = 55.28%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=43.79%
G=55.28%
B=0.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14117830.2100.980.3072.6996.6935.49
Hex8DB23150621E496123
Octal21526232501423611114143
Binary10001101101100101110101011000101111010010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,3); }

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

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

 a { background-color: rgb(141,178,3); }

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

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

 span { border-color: rgb(141,178,3); }

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