#86CA00

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

Shades of Citrus #86CA00

Tints of Citrus #86CA00

Color information

#86CA00 (or 0x86CA00) is unknown color: approx Citrus. HEX triplet: 86, CA and 00. RGB value is (134,202,0). Sum of RGB (Red+Green+Blue) = 134+202+0=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CA00 is #7935FF. Grayscale: #9F9F9F. Windows color (decimal): -7943680 or 51846. OLE color: 51846.

HSL color Cylindrical-coordinate representation of color #86CA00: hue angle of 80.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86CA00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB1342020-
CMYK0.34010.21
HSL80.2º100%39.61%-
HSV(B)80.2º100%79.22%-
XYZ30.9547.317.5-
YUV158.6438.47110.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 202 (79.30% from 255) = 60.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.88%
G=60.12%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13420200.34010.2180.210039.61
Hex86CA02206415506428
Octal20631204201442512014450
Binary10000110110010100100010011001001010110100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,0); }

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

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

 a { background-color: rgb(134,202,0); }

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

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

 span { border-color: rgb(134,202,0); }

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