#86D30C

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

Shades of Citrus #86D30C

Tints of Citrus #86D30C

Color information

#86D30C (or 0x86D30C) is unknown color: approx Citrus. HEX triplet: 86, D3 and 0C. RGB value is (134,211,12). Sum of RGB (Red+Green+Blue) = 134+211+12=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #86D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D30C is #792CF3. Grayscale: #A6A6A6. Windows color (decimal): -7941364 or 840582. OLE color: 840582.

HSL color Cylindrical-coordinate representation of color #86D30C: hue angle of 83.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86D30C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB13421112-
CMYK0.3600.940.17
HSL83.22º89.24%43.73%-
HSV(B)83.22º94.31%82.75%-
XYZ33.1951.688.57-
YUV165.2941.49105.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 211 (82.81% from 255) = 59.10%
BLUE value IS 12 (5.08% from 255) = 3.36%
R=37.54%
G=59.10%
B=3.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134211120.3600.940.1783.2289.2443.73
Hex86D3C2405E1153592c
Octal206323144401362112313154
Binary10000110110100111100100100010111101000110100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86D30C; }

 p { color: rgb(134,211,12); }

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

<style>
 a { background-color: #86D30C; }

 a { background-color: rgb(134,211,12); }

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

<style>
 span { border-color: #86D30C; }

 span { border-color: rgb(134,211,12); }

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